Class: Aws::PartnerCentralSelling::Types::LeadInvitationCustomer

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

Overview

Contains customer information included in a lead invitation payload. This structure provides essential details about the customer to help partners evaluate the lead opportunity and determine their interest in engagement.

Constant Summary collapse

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

Instance Attribute Summary collapse

Instance Attribute Details

#aws_maturityString

Indicates the customer's level of experience and adoption with AWS services. This assessment helps partners understand the customer's cloud maturity and tailor their engagement approach accordingly.

Returns:

  • (String)


3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 3078

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

#company_nameString

The name of the customer company associated with the lead invitation. This field identifies the target organization for the lead engagement opportunity.

Returns:

  • (String)


3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 3078

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

#country_codeString

The country code indicating the geographic location of the customer company. This information helps partners understand regional requirements and assess their ability to serve the customer effectively.

Returns:

  • (String)


3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 3078

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

#industryString

Specifies the industry sector of the customer company associated with the lead invitation. This categorization helps partners understand the customer's business context and assess solution fit.

Returns:

  • (String)


3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 3078

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

#market_segmentString

Specifies the market segment classification of the customer, such as enterprise, mid-market, or small business. This segmentation helps partners determine the appropriate solution complexity and engagement strategy.

Returns:

  • (String)


3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 3078

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

#website_urlString

The website URL of the customer company. This provides additional context about the customer organization and helps partners verify company details and assess business size and legitimacy.

Returns:

  • (String)


3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 3078

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