Class: Aws::Appflow::Types::PardotConnectorProfileProperties

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#business_unit_idString

The business unit id of Salesforce Pardot instance.

Returns:

  • (String)


3570
3571
3572
3573
3574
3575
3576
# File 'lib/aws-sdk-appflow/types.rb', line 3570

class PardotConnectorProfileProperties < Struct.new(
  :instance_url,
  :is_sandbox_environment,
  :business_unit_id)
  SENSITIVE = []
  include Aws::Structure
end

#instance_urlString

The location of the Salesforce Pardot resource.

Returns:

  • (String)


3570
3571
3572
3573
3574
3575
3576
# File 'lib/aws-sdk-appflow/types.rb', line 3570

class PardotConnectorProfileProperties < Struct.new(
  :instance_url,
  :is_sandbox_environment,
  :business_unit_id)
  SENSITIVE = []
  include Aws::Structure
end

#is_sandbox_environmentBoolean

Indicates whether the connector profile applies to a sandbox or production environment.

Returns:

  • (Boolean)


3570
3571
3572
3573
3574
3575
3576
# File 'lib/aws-sdk-appflow/types.rb', line 3570

class PardotConnectorProfileProperties < Struct.new(
  :instance_url,
  :is_sandbox_environment,
  :business_unit_id)
  SENSITIVE = []
  include Aws::Structure
end