Class: Aws::Appflow::Types::DatadogSourceProperties

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

Overview

The properties that are applied when Datadog is being used as a source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#objectString

The object specified in the Datadog flow source.

Returns:

  • (String)


1713
1714
1715
1716
1717
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1713

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