Class: Aws::PartnerCentralSelling::Types::LeadCustomer
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::LeadCustomer
- Defined in:
- gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb
Overview
Contains detailed information about the customer associated with the lead, including company details, industry classification, and AWS maturity level. This information helps qualify and categorize the lead for appropriate engagement strategies.
Constant Summary collapse
- SENSITIVE =
[:company_name, :website_url]
Instance Attribute Summary collapse
-
#address ⇒ Types::AddressSummary
An object that contains an
Addressobject's subset of fields. -
#aws_maturity ⇒ String
Indicates the customer's level of experience and adoption with AWS services.
-
#company_name ⇒ String
The name of the lead customer's company.
-
#industry ⇒ String
Specifies the industry sector to which the lead customer's company belongs.
-
#market_segment ⇒ String
Specifies the market segment classification of the lead customer, such as enterprise, mid-market, or small business.
-
#website_url ⇒ String
The website URL of the lead customer's company.
Instance Attribute Details
#address ⇒ Types::AddressSummary
An object that contains an Address object's subset of fields.
2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2803 class LeadCustomer < Struct.new( :industry, :company_name, :website_url, :address, :aws_maturity, :market_segment) SENSITIVE = [:company_name, :website_url] include Aws::Structure end |
#aws_maturity ⇒ String
Indicates the customer's level of experience and adoption with AWS services. This assessment helps determine the appropriate engagement approach and solution complexity.
2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2803 class LeadCustomer < Struct.new( :industry, :company_name, :website_url, :address, :aws_maturity, :market_segment) SENSITIVE = [:company_name, :website_url] include Aws::Structure end |
#company_name ⇒ String
The name of the lead customer's company. This field is essential for identifying and tracking the customer organization associated with the lead.
2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2803 class LeadCustomer < Struct.new( :industry, :company_name, :website_url, :address, :aws_maturity, :market_segment) SENSITIVE = [:company_name, :website_url] include Aws::Structure end |
#industry ⇒ String
Specifies the industry sector to which the lead customer's company belongs. This categorization helps in understanding the customer's business context and tailoring appropriate solutions.
2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2803 class LeadCustomer < Struct.new( :industry, :company_name, :website_url, :address, :aws_maturity, :market_segment) SENSITIVE = [:company_name, :website_url] include Aws::Structure end |
#market_segment ⇒ String
Specifies the market segment classification of the lead customer, such as enterprise, mid-market, or small business. This segmentation helps in targeting appropriate solutions and engagement strategies.
2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2803 class LeadCustomer < Struct.new( :industry, :company_name, :website_url, :address, :aws_maturity, :market_segment) SENSITIVE = [:company_name, :website_url] include Aws::Structure end |
#website_url ⇒ String
The website URL of the lead customer's company. This provides additional context about the customer organization and helps verify company legitimacy and size.
2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2803 class LeadCustomer < Struct.new( :industry, :company_name, :website_url, :address, :aws_maturity, :market_segment) SENSITIVE = [:company_name, :website_url] include Aws::Structure end |