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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/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)


3563
3564
3565
3566
3567
3568
3569
# File 'gems/aws-sdk-appflow/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_urlString

The location of the Salesforce Pardot resource.

Returns:

  • (String)


3563
3564
3565
3566
3567
3568
3569
# File 'gems/aws-sdk-appflow/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_environmentBoolean

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

Returns:

  • (Boolean)


3563
3564
3565
3566
3567
3568
3569
# File 'gems/aws-sdk-appflow/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