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

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

Instance Attribute Details

#objectString

The object specified in the Google Analytics flow source.

Returns:

  • (String)


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