Class: Aws::Appflow::Types::MarketoSourceProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::MarketoSourceProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/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.
3235 3236 3237 3238 3239 |
# File 'lib/aws-sdk-appflow/types.rb', line 3235 class MarketoSourceProperties < Struct.new( :object) SENSITIVE = [] include Aws::Structure end |