Class: Aws::PartnerCentralSelling::Types::GetOpportunityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::GetOpportunityRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog ⇒ String
Specifies the catalog associated with the request.
-
#identifier ⇒ String
Read-only, system generated ‘Opportunity` unique identifier.
Instance Attribute Details
#catalog ⇒ String
Specifies the catalog associated with the request. This field takes a string value from a predefined list: ‘AWS` or `Sandbox`. The catalog determines which environment the opportunity is fetched from. Use `AWS` to retrieve opportunities in the Amazon Web Services catalog, and `Sandbox` to retrieve opportunities in a secure, isolated testing environment.
2032 2033 2034 2035 2036 2037 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2032 class GetOpportunityRequest < Struct.new( :catalog, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
Read-only, system generated ‘Opportunity` unique identifier.
2032 2033 2034 2035 2036 2037 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2032 class GetOpportunityRequest < Struct.new( :catalog, :identifier) SENSITIVE = [] include Aws::Structure end |