Class: Aws::PartnerCentralSelling::Types::StartEngagementByAcceptingInvitationTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::StartEngagementByAcceptingInvitationTaskRequest
- Defined in:
- gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog ⇒ String
Specifies the catalog related to the task.
-
#client_token ⇒ String
A unique, case-sensitive identifier provided by the client that helps to ensure the idempotency of the request.
-
#identifier ⇒ String
Specifies the unique identifier of the
EngagementInvitationto be accepted. -
#tags ⇒ Array<Types::Tag>
A map of the key-value pairs of the tag or tags to assign.
Instance Attribute Details
#catalog ⇒ String
Specifies the catalog related to the task. Use AWS for production
engagements and Sandbox for testing scenarios.
5985 5986 5987 5988 5989 5990 5991 5992 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 5985 class StartEngagementByAcceptingInvitationTaskRequest < Struct.new( :catalog, :client_token, :identifier, :tags) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier provided by the client that helps to ensure the idempotency of the request. This can be a random or meaningful string but must be unique for each request.
A suitable default value is auto-generated. You should normally not need to pass this option.
5985 5986 5987 5988 5989 5990 5991 5992 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 5985 class StartEngagementByAcceptingInvitationTaskRequest < Struct.new( :catalog, :client_token, :identifier, :tags) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
Specifies the unique identifier of the EngagementInvitation to be
accepted. Providing the correct identifier helps ensure that the
correct engagement is processed.
5985 5986 5987 5988 5989 5990 5991 5992 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 5985 class StartEngagementByAcceptingInvitationTaskRequest < Struct.new( :catalog, :client_token, :identifier, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A map of the key-value pairs of the tag or tags to assign.
5985 5986 5987 5988 5989 5990 5991 5992 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 5985 class StartEngagementByAcceptingInvitationTaskRequest < Struct.new( :catalog, :client_token, :identifier, :tags) SENSITIVE = [] include Aws::Structure end |