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.
| 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 |