Class: Aws::Appflow::Types::DatadogConnectorProfileProperties

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb

Overview

The connector-specific profile properties required by Datadog.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_urlString

The location of the Datadog resource.

Returns:

  • (String)


1692
1693
1694
1695
1696
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1692

class DatadogConnectorProfileProperties < Struct.new(
  :instance_url)
  SENSITIVE = []
  include Aws::Structure
end