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
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.
3593 3594 3595 3596 3597 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3593 class DynatraceSourceProperties < Struct.new( :object) SENSITIVE = [] include Aws::Structure end |