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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/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 'gems/aws-sdk-workspaces/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 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4090

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