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.
5219 5220 5221 5222 5223 5224 5225 5226 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5219 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.
5219 5220 5221 5222 5223 5224 5225 5226 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5219 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.
5219 5220 5221 5222 5223 5224 5225 5226 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5219 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.
5219 5220 5221 5222 5223 5224 5225 5226 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5219 class SubmitOpportunityRequest < Struct.new( :catalog, :identifier, :involvement_type, :visibility) SENSITIVE = [] include Aws::Structure end |