Class: Aws::PartnerCentralSelling::Types::Customer
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::Customer
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
An object that contains the customer’s ‘Account` and `Contact`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account ⇒ Types::Account
An object that contains the customer’s account details.
-
#contacts ⇒ Array<Types::Contact>
Represents the contact details for individuals associated with the customer of the ‘Opportunity`.
Instance Attribute Details
#account ⇒ Types::Account
An object that contains the customer’s account details.
1127 1128 1129 1130 1131 1132 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1127 class Customer < Struct.new( :account, :contacts) SENSITIVE = [] include Aws::Structure end |
#contacts ⇒ Array<Types::Contact>
Represents the contact details for individuals associated with the customer of the ‘Opportunity`. This field captures relevant contacts, including decision-makers, influencers, and technical stakeholders within the customer organization. These contacts are key to progressing the opportunity.
1127 1128 1129 1130 1131 1132 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1127 class Customer < Struct.new( :account, :contacts) SENSITIVE = [] include Aws::Structure end |