Class: Aws::PartnerCentralSelling::Types::LeadInvitationCustomer
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::LeadInvitationCustomer
- 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
-
#aws_maturity ⇒ String
Indicates the customer's level of experience and adoption with AWS services.
-
#company_name ⇒ String
The name of the customer company associated with the lead invitation.
-
#country_code ⇒ String
The country code indicating the geographic location of the customer company.
-
#industry ⇒ String
Specifies the industry sector of the customer company associated with the lead invitation.
-
#market_segment ⇒ String
Specifies the market segment classification of the customer, such as enterprise, mid-market, or small business.
-
#website_url ⇒ String
The website URL of the customer company.
Instance Attribute Details
#aws_maturity ⇒ String
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.
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_name ⇒ String
The name of the customer company associated with the lead invitation. This field identifies the target organization for the lead engagement opportunity.
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_code ⇒ String
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.
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 |
#industry ⇒ String
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.
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_segment ⇒ String
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.
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_url ⇒ String
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.
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 |