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.
2229 2230 2231 2232 2233 2234 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2229 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.
2229 2230 2231 2232 2233 2234 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2229 class GetAwsOpportunitySummaryRequest < Struct.new( :catalog, :related_opportunity_identifier) SENSITIVE = [] include Aws::Structure end |