Class: Aws::PartnerCentralSelling::Types::AwsOpportunityCustomer
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::AwsOpportunityCustomer
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
Represents the customer associated with the AWS opportunity. This field captures key details about the customer that are necessary for managing the opportunity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contacts ⇒ Array<Types::Contact>
Provides a list of customer contacts involved in the opportunity.
Instance Attribute Details
#contacts ⇒ Array<Types::Contact>
Provides a list of customer contacts involved in the opportunity. These contacts may include decision makers, influencers, and other stakeholders within the customer’s organization.
407 408 409 410 411 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 407 class AwsOpportunityCustomer < Struct.new( :contacts) SENSITIVE = [] include Aws::Structure end |