Class: Aws::WorkSpaces::Types::RejectAccountLinkInvitationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

The client token of the account link invitation to reject.

Returns:



4419
4420
4421
4422
4423
4424
# File 'lib/aws-sdk-workspaces/types.rb', line 4419

class RejectAccountLinkInvitationRequest < Struct.new(
  :link_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

The identifier of the account link

Returns:



4419
4420
4421
4422
4423
4424
# File 'lib/aws-sdk-workspaces/types.rb', line 4419

class RejectAccountLinkInvitationRequest < Struct.new(
  :link_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end