Class: Aws::CustomerProfiles::Types::MarketoSourceProperties

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-customerprofiles/types.rb

Overview

The properties that are applied when Marketo is being used as a source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#object ⇒ String

The object specified in the Marketo flow source.

Returns:

  • (String)


7785
7786
7787
7788
7789
# File 'lib/aws-sdk-customerprofiles/types.rb', line 7785

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