Class: Aws::Appflow::Types::DynatraceSourceProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::DynatraceSourceProperties
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
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.
2320 2321 2322 2323 2324 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2320 class DynatraceSourceProperties < Struct.new( :object) SENSITIVE = [] include Aws::Structure end |