Class: Aws::Appflow::Types::MarketoSourceProperties

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

Instance Attribute Details

#objectString

The object specified in the Marketo flow source.

Returns:

  • (String)


3242
3243
3244
3245
3246
# File 'lib/aws-sdk-appflow/types.rb', line 3242

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