Class: Aws::Appflow::Types::PardotSourceProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::PardotSourceProperties
- Includes:
- Structure
- Defined in:
- 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
-
#object ⇒ String
The object specified in the Salesforce Pardot flow source.
Instance Attribute Details
#object ⇒ String
The object specified in the Salesforce Pardot flow source.
3586 3587 3588 3589 3590 |
# File 'lib/aws-sdk-appflow/types.rb', line 3586 class PardotSourceProperties < Struct.new( :object) SENSITIVE = [] include Aws::Structure end |