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:

  • (String)


3624
3625
3626
3627
3628
3629
# File 'lib/aws-sdk-workspaces/types.rb', line 3624

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

The identifier of the account link

Returns:

  • (String)


3624
3625
3626
3627
3628
3629
# File 'lib/aws-sdk-workspaces/types.rb', line 3624

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