Class: Aws::Appflow::Types::GoogleAnalyticsSourceProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::GoogleAnalyticsSourceProperties
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
The properties that are applied when Google Analytics is being used as a source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#object ⇒ String
The object specified in the Google Analytics flow source.
Instance Attribute Details
#object ⇒ String
The object specified in the Google Analytics flow source.
2785 2786 2787 2788 2789 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2785 class GoogleAnalyticsSourceProperties < Struct.new( :object) SENSITIVE = [] include Aws::Structure end |