Class: Aws::Appflow::Types::PardotConnectorProfileProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::PardotConnectorProfileProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
The connector-specific profile properties required when using Salesforce Pardot.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#business_unit_id ⇒ String
The business unit id of Salesforce Pardot instance.
-
#instance_url ⇒ String
The location of the Salesforce Pardot resource.
-
#is_sandbox_environment ⇒ Boolean
Indicates whether the connector profile applies to a sandbox or production environment.
Instance Attribute Details
#business_unit_id ⇒ String
The business unit id of Salesforce Pardot instance.
3563 3564 3565 3566 3567 3568 3569 |
# File 'lib/aws-sdk-appflow/types.rb', line 3563 class PardotConnectorProfileProperties < Struct.new( :instance_url, :is_sandbox_environment, :business_unit_id) SENSITIVE = [] include Aws::Structure end |
#instance_url ⇒ String
The location of the Salesforce Pardot resource.
3563 3564 3565 3566 3567 3568 3569 |
# File 'lib/aws-sdk-appflow/types.rb', line 3563 class PardotConnectorProfileProperties < Struct.new( :instance_url, :is_sandbox_environment, :business_unit_id) SENSITIVE = [] include Aws::Structure end |
#is_sandbox_environment ⇒ Boolean
Indicates whether the connector profile applies to a sandbox or production environment.
3563 3564 3565 3566 3567 3568 3569 |
# File 'lib/aws-sdk-appflow/types.rb', line 3563 class PardotConnectorProfileProperties < Struct.new( :instance_url, :is_sandbox_environment, :business_unit_id) SENSITIVE = [] include Aws::Structure end |