Class: Aws::PartnerCentralSelling::Types::AwsOpportunityRelatedEntities
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::AwsOpportunityRelatedEntities
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
Represents other entities related to the AWS opportunity, such as AWS products, partner solutions, and marketplace offers. These associations help build a complete picture of the solution being sold.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_products ⇒ Array<String>
Specifies the AWS products associated with the opportunity.
-
#solutions ⇒ Array<String>
Specifies the partner solutions related to the opportunity.
Instance Attribute Details
#aws_products ⇒ Array<String>
Specifies the AWS products associated with the opportunity. This field helps track the specific products that are part of the proposed solution.
527 528 529 530 531 532 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 527 class AwsOpportunityRelatedEntities < Struct.new( :aws_products, :solutions) SENSITIVE = [] include Aws::Structure end |
#solutions ⇒ Array<String>
Specifies the partner solutions related to the opportunity. These solutions represent the partner’s offerings that are being positioned as part of the overall AWS opportunity.
527 528 529 530 531 532 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 527 class AwsOpportunityRelatedEntities < Struct.new( :aws_products, :solutions) SENSITIVE = [] include Aws::Structure end |