Class: Aws::Appflow::Types::GoogleAnalyticsSourceProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::GoogleAnalyticsSourceProperties
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-appflow/types.rb', line 2785 class GoogleAnalyticsSourceProperties < Struct.new( :object) SENSITIVE = [] include Aws::Structure end |