Class: Aws::Appflow::Types::DynatraceConnectorProfileProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::DynatraceConnectorProfileProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
The connector-specific profile properties required by Dynatrace.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_url ⇒ String
The location of the Dynatrace resource.
Instance Attribute Details
#instance_url ⇒ String
The location of the Dynatrace resource.
2299 2300 2301 2302 2303 |
# File 'lib/aws-sdk-appflow/types.rb', line 2299 class DynatraceConnectorProfileProperties < Struct.new( :instance_url) SENSITIVE = [] include Aws::Structure end |