Class: Aws::Appflow::Types::MarketoDestinationProperties

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

Overview

The properties that Amazon AppFlow applies when you use Marketo as a flow destination.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_handling_configTypes::ErrorHandlingConfig

The settings that determine how Amazon AppFlow handles an error when placing data in the destination. For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. ErrorHandlingConfig is a part of the destination connector details.



3047
3048
3049
3050
3051
3052
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3047

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

#objectString

The object specified in the Marketo flow destination.

Returns:

  • (String)


3047
3048
3049
3050
3051
3052
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3047

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