Class: Aws::Appflow::Types::DynatraceSourceProperties

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#objectString

The object specified in the Dynatrace flow source.

Returns:

  • (String)


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