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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/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

#objectString

The object specified in the Marketo flow source.

Returns:

  • (String)


3711
3712
3713
3714
3715
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3711

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