Class: Aws::PartnerCentralSelling::Types::AssignOpportunityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::AssignOpportunityRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assignee ⇒ Types::AssigneeContact
Specifies the user or team member responsible for managing the assigned opportunity.
-
#catalog ⇒ String
Specifies the catalog associated with the request.
-
#identifier ⇒ String
Requires the ‘Opportunity`’s unique identifier when you want to assign it to another user.
Instance Attribute Details
#assignee ⇒ Types::AssigneeContact
Specifies the user or team member responsible for managing the assigned opportunity. This field identifies the Assignee based on the partner’s internal team structure. Ensure that the email address is associated with a registered user in your Partner Central account.
305 306 307 308 309 310 311 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 305 class AssignOpportunityRequest < Struct.new( :assignee, :catalog, :identifier) SENSITIVE = [] include Aws::Structure end |
#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 assigned in. Use `AWS` to assign real opportunities in the Amazon Web Services catalog, and `Sandbox` for testing in secure, isolated environments.
305 306 307 308 309 310 311 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 305 class AssignOpportunityRequest < Struct.new( :assignee, :catalog, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
Requires the ‘Opportunity`’s unique identifier when you want to assign it to another user. Provide the correct identifier so the intended opportunity is reassigned.
305 306 307 308 309 310 311 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 305 class AssignOpportunityRequest < Struct.new( :assignee, :catalog, :identifier) SENSITIVE = [] include Aws::Structure end |