Class: Aws::PartnerCentralSelling::Types::StartEngagementFromOpportunityTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::StartEngagementFromOpportunityTaskRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_submission ⇒ Types::AwsSubmission
Indicates the level of AWS involvement in the opportunity.
-
#catalog ⇒ String
Specifies the catalog in which the engagement is tracked.
-
#client_token ⇒ String
A unique token provided by the client to help ensure the idempotency of the request.
-
#identifier ⇒ String
The unique identifier of the opportunity from which the engagement task is to be initiated.
Instance Attribute Details
#aws_submission ⇒ Types::AwsSubmission
Indicates the level of AWS involvement in the opportunity. This field helps track AWS participation throughout the engagement, such as providing technical support, deal assistance, and sales support.
5087 5088 5089 5090 5091 5092 5093 5094 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5087 class StartEngagementFromOpportunityTaskRequest < Struct.new( :aws_submission, :catalog, :client_token, :identifier) SENSITIVE = [] include Aws::Structure end |
#catalog ⇒ String
Specifies the catalog in which the engagement is tracked. Acceptable values include ‘AWS` for production and `Sandbox` for testing environments.
5087 5088 5089 5090 5091 5092 5093 5094 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5087 class StartEngagementFromOpportunityTaskRequest < Struct.new( :aws_submission, :catalog, :client_token, :identifier) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A unique token provided by the client to help ensure the idempotency of the request. It helps prevent the same task from being performed multiple times.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
5087 5088 5089 5090 5091 5092 5093 5094 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5087 class StartEngagementFromOpportunityTaskRequest < Struct.new( :aws_submission, :catalog, :client_token, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The unique identifier of the opportunity from which the engagement task is to be initiated. This helps ensure that the task is applied to the correct opportunity.
5087 5088 5089 5090 5091 5092 5093 5094 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5087 class StartEngagementFromOpportunityTaskRequest < Struct.new( :aws_submission, :catalog, :client_token, :identifier) SENSITIVE = [] include Aws::Structure end |