Class: Aws::Appflow::Types::MarketoConnectorProfileProperties

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb

Overview

The connector-specific profile properties required when using Marketo.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_urlString

The location of the Marketo resource.

Returns:

  • (String)


3189
3190
3191
3192
3193
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3189

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