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