Class: Aws::Appflow::Types::GoogleAnalyticsMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::GoogleAnalyticsMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
The connector metadata specific to Google Analytics.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#o_auth_scopes ⇒ Array<String>
The desired authorization scope for the Google Analytics account.
Instance Attribute Details
#o_auth_scopes ⇒ Array<String>
The desired authorization scope for the Google Analytics account.
2770 2771 2772 2773 2774 |
# File 'lib/aws-sdk-appflow/types.rb', line 2770 class GoogleAnalyticsMetadata < Struct.new( :o_auth_scopes) SENSITIVE = [] include Aws::Structure end |