Class: Aws::PartnerCentralSelling::Types::StartEngagementByAcceptingInvitationTaskRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-partnercentralselling/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalogString

Specifies the catalog related to the task. Use ‘AWS` for production engagements and `Sandbox` for testing scenarios.

Returns:

  • (String)


3012
3013
3014
3015
3016
3017
3018
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3012

class StartEngagementByAcceptingInvitationTaskRequest < Struct.new(
  :catalog,
  :client_token,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

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.

Returns:

  • (String)


3012
3013
3014
3015
3016
3017
3018
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3012

class StartEngagementByAcceptingInvitationTaskRequest < Struct.new(
  :catalog,
  :client_token,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

Specifies the unique identifier of the ‘EngagementInvitation` to be accepted. Providing the correct identifier helps ensure that the correct engagement is processed.

Returns:

  • (String)


3012
3013
3014
3015
3016
3017
3018
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3012

class StartEngagementByAcceptingInvitationTaskRequest < Struct.new(
  :catalog,
  :client_token,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end