Class: Aws::Appflow::Types::DatadogSourceProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::DatadogSourceProperties
- Includes:
- Structure
- Defined in:
- 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
-
#object ⇒ String
The object specified in the Datadog flow source.
Instance Attribute Details
#object ⇒ String
The object specified in the Datadog flow source.
1713 1714 1715 1716 1717 |
# File 'lib/aws-sdk-appflow/types.rb', line 1713 class DatadogSourceProperties < Struct.new( :object) SENSITIVE = [] include Aws::Structure end |