Class: Aws::Appflow::Types::GoogleAnalyticsSourceProperties

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#objectString

The object specified in the Google Analytics flow source.

Returns:

  • (String)


2785
2786
2787
2788
2789
# File 'lib/aws-sdk-appflow/types.rb', line 2785

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