Class: Aws::PartnerCentralSelling::Types::SubmitOpportunityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::SubmitOpportunityRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog ⇒ String
Specifies the catalog related to the request.
-
#identifier ⇒ String
The identifier of the Opportunity previously created by partner and needs to be submitted.
-
#involvement_type ⇒ String
Specifies the level of AWS sellers’ involvement on the opportunity.
-
#visibility ⇒ String
Determines whether to restrict visibility of the opportunity from AWS sales.
Instance Attribute Details
#catalog ⇒ String
Specifies the catalog related to the request. Valid values are:
-
AWS: Submits the opportunity request from the production AWS environment.
-
Sandbox: Submits the opportunity request from a sandbox environment used for testing or development purposes.
5289 5290 5291 5292 5293 5294 5295 5296 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5289 class SubmitOpportunityRequest < Struct.new( :catalog, :identifier, :involvement_type, :visibility) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The identifier of the Opportunity previously created by partner and needs to be submitted.
5289 5290 5291 5292 5293 5294 5295 5296 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5289 class SubmitOpportunityRequest < Struct.new( :catalog, :identifier, :involvement_type, :visibility) SENSITIVE = [] include Aws::Structure end |
#involvement_type ⇒ String
Specifies the level of AWS sellers’ involvement on the opportunity. Valid values:
-
‘Co-sell`: Indicates the user wants to co-sell with AWS. Share the opportunity with AWS to receive deal assistance and support.
-
‘For Visibility Only`: Indicates that the user does not need support from AWS Sales Rep. Share this opportunity with AWS for visibility only, you will not receive deal assistance and support.
5289 5290 5291 5292 5293 5294 5295 5296 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5289 class SubmitOpportunityRequest < Struct.new( :catalog, :identifier, :involvement_type, :visibility) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
Determines whether to restrict visibility of the opportunity from AWS sales. Default value is Full. Valid values:
-
‘Full`: The opportunity is fully visible to AWS sales.
-
‘Limited`: The opportunity has restricted visibility to AWS sales.
5289 5290 5291 5292 5293 5294 5295 5296 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5289 class SubmitOpportunityRequest < Struct.new( :catalog, :identifier, :involvement_type, :visibility) SENSITIVE = [] include Aws::Structure end |