Class: Aws::Appflow::Types::AmplitudeSourceProperties

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb

Overview

The properties that are applied when Amplitude is being used as a source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#objectString

The object specified in the Amplitude flow source.

Returns:

  • (String)


95
96
97
98
99
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 95

class AmplitudeSourceProperties < Struct.new(
  :object)
  SENSITIVE = []
  include Aws::Structure
end