Class: Aws::Appflow::Types::AmplitudeSourceProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::AmplitudeSourceProperties
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
Note:
When making an API call, you may pass AmplitudeSourceProperties data as a hash:
{
object: "Object", # required
}
The properties that are applied when Amplitude is being used as a source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#object ⇒ String
The object specified in the Amplitude flow source.
Instance Attribute Details
#object ⇒ String
The object specified in the Amplitude flow source.
108 109 110 111 112 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 108 class AmplitudeSourceProperties < Struct.new( :object) SENSITIVE = [] include Aws::Structure end |