Class: Aws::PartnerCentralSelling::Types::EngagementCustomer

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-partnercentralselling/types.rb

Overview

Contains details about the customer associated with the Engagement Invitation, including company information and industry.

Constant Summary collapse

SENSITIVE =
[:company_name, :website_url, :country_code]

Instance Attribute Summary collapse

Instance Attribute Details

#company_nameString

Represents the name of the customer’s company associated with the Engagement Invitation. This field is used to identify the customer.

Returns:

  • (String)


1466
1467
1468
1469
1470
1471
1472
1473
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1466

class EngagementCustomer < Struct.new(
  :industry,
  :company_name,
  :website_url,
  :country_code)
  SENSITIVE = [:company_name, :website_url, :country_code]
  include Aws::Structure
end

#country_codeString

Indicates the country in which the customer’s company operates. This field is useful for understanding regional requirements or compliance needs.

Returns:

  • (String)


1466
1467
1468
1469
1470
1471
1472
1473
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1466

class EngagementCustomer < Struct.new(
  :industry,
  :company_name,
  :website_url,
  :country_code)
  SENSITIVE = [:company_name, :website_url, :country_code]
  include Aws::Structure
end

#industryString

Specifies the industry to which the customer’s company belongs. This field helps categorize the opportunity based on the customer’s business sector.

Returns:

  • (String)


1466
1467
1468
1469
1470
1471
1472
1473
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1466

class EngagementCustomer < Struct.new(
  :industry,
  :company_name,
  :website_url,
  :country_code)
  SENSITIVE = [:company_name, :website_url, :country_code]
  include Aws::Structure
end

#website_urlString

Provides the website URL of the customer’s company. This field helps partners verify the legitimacy and size of the customer organization.

Returns:

  • (String)


1466
1467
1468
1469
1470
1471
1472
1473
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1466

class EngagementCustomer < Struct.new(
  :industry,
  :company_name,
  :website_url,
  :country_code)
  SENSITIVE = [:company_name, :website_url, :country_code]
  include Aws::Structure
end