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)


4090
4091
4092
4093
4094
4095
# File 'lib/aws-sdk-workspaces/types.rb', line 4090

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

The identifier of the account link

Returns:

  • (String)


4090
4091
4092
4093
4094
4095
# File 'lib/aws-sdk-workspaces/types.rb', line 4090

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