Class: Aws::Appflow::Types::DynatraceSourceProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::DynatraceSourceProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
Note:
When making an API call, you may pass DynatraceSourceProperties data as a hash:
{
object: "Object", # required
}
The properties that are applied when Dynatrace is being used as a source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#object ⇒ String
The object specified in the Dynatrace flow source.
Instance Attribute Details
#object ⇒ String
The object specified in the Dynatrace flow source.
2423 2424 2425 2426 2427 |
# File 'lib/aws-sdk-appflow/types.rb', line 2423 class DynatraceSourceProperties < Struct.new( :object) SENSITIVE = [] include Aws::Structure end |