Class: Aws::PartnerCentralSelling::Types::AccountSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::AccountSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
An object that contains an ‘Account`’s subset of fields.
Constant Summary collapse
- SENSITIVE =
[:company_name, :website_url]
Instance Attribute Summary collapse
-
#address ⇒ Types::AddressSummary
Specifies the end ‘Customer`’s address details associated with the ‘Opportunity`.
-
#company_name ⇒ String
Specifies the end ‘Customer`’s company name associated with the ‘Opportunity`.
-
#industry ⇒ String
Specifies which industry the end ‘Customer` belongs to associated with the `Opportunity`.
-
#other_industry ⇒ String
Specifies the end ‘Customer`’s industry associated with the ‘ Opportunity`, when the selected value in the `Industry` field is `Other`.
-
#website_url ⇒ String
Specifies the end customer’s company website URL associated with the ‘Opportunity`.
Instance Attribute Details
#address ⇒ Types::AddressSummary
Specifies the end ‘Customer`’s address details associated with the ‘Opportunity`.
172 173 174 175 176 177 178 179 180 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 172 class AccountSummary < Struct.new( :address, :company_name, :industry, :other_industry, :website_url) SENSITIVE = [:company_name, :website_url] include Aws::Structure end |
#company_name ⇒ String
Specifies the end ‘Customer`’s company name associated with the ‘Opportunity`.
172 173 174 175 176 177 178 179 180 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 172 class AccountSummary < Struct.new( :address, :company_name, :industry, :other_industry, :website_url) SENSITIVE = [:company_name, :website_url] include Aws::Structure end |
#industry ⇒ String
Specifies which industry the end ‘Customer` belongs to associated with the `Opportunity`. It refers to the category or sector that the customer’s business operates in.
To submit a value outside the picklist, use ‘Other`.
Conditionally mandatory if ‘Other` is selected for Industry Vertical in LOVs.
172 173 174 175 176 177 178 179 180 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 172 class AccountSummary < Struct.new( :address, :company_name, :industry, :other_industry, :website_url) SENSITIVE = [:company_name, :website_url] include Aws::Structure end |
#other_industry ⇒ String
Specifies the end ‘Customer`’s industry associated with the ‘ Opportunity`, when the selected value in the `Industry` field is `Other`. This field is relevant when the customer’s industry doesn’t fall under the predefined picklist values and requires a custom description.
172 173 174 175 176 177 178 179 180 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 172 class AccountSummary < Struct.new( :address, :company_name, :industry, :other_industry, :website_url) SENSITIVE = [:company_name, :website_url] include Aws::Structure end |
#website_url ⇒ String
Specifies the end customer’s company website URL associated with the ‘Opportunity`. This value is crucial to map the customer within the Amazon Web Services CRM system.
172 173 174 175 176 177 178 179 180 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 172 class AccountSummary < Struct.new( :address, :company_name, :industry, :other_industry, :website_url) SENSITIVE = [:company_name, :website_url] include Aws::Structure end |