Class: Aws::PartnerCentralSelling::Types::GetAwsOpportunitySummaryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::GetAwsOpportunitySummaryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog ⇒ String
Specifies the catalog in which the AWS Opportunity is located.
-
#related_opportunity_identifier ⇒ String
The unique identifier for the related partner opportunity.
Instance Attribute Details
#catalog ⇒ String
Specifies the catalog in which the AWS Opportunity is located. Accepted values include ‘AWS` for production opportunities or `Sandbox` for testing purposes. The catalog determines which environment the opportunity data is pulled from.
1701 1702 1703 1704 1705 1706 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1701 class GetAwsOpportunitySummaryRequest < Struct.new( :catalog, :related_opportunity_identifier) SENSITIVE = [] include Aws::Structure end |
#related_opportunity_identifier ⇒ String
The unique identifier for the related partner opportunity. Use this field to correlate an AWS opportunity with its corresponding partner opportunity.
1701 1702 1703 1704 1705 1706 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1701 class GetAwsOpportunitySummaryRequest < Struct.new( :catalog, :related_opportunity_identifier) SENSITIVE = [] include Aws::Structure end |