Class: Aws::PartnerCentralSelling::Types::AwsOpportunityCustomer

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#contactsArray<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.

Returns:



407
408
409
410
411
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 407

class AwsOpportunityCustomer < Struct.new(
  :contacts)
  SENSITIVE = []
  include Aws::Structure
end