Class: Aws::Appflow::Types::PardotSourceProperties

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

Overview

The properties that are applied when Salesforce Pardot is being used as a source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#objectString

The object specified in the Salesforce Pardot flow source.

Returns:

  • (String)


3586
3587
3588
3589
3590
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3586

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