Class: Aws::CustomerProfiles::Types::MarketoSourceProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::MarketoSourceProperties
- 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
-
#object ⇒ String
The object specified in the Marketo flow source.
Instance Attribute Details
#object ⇒ String
The object specified in the Marketo flow source.
5112 5113 5114 5115 5116 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5112 class MarketoSourceProperties < Struct.new( :object) SENSITIVE = [] include Aws::Structure end |