Class: Aws::WorkSpaces::Types::AcceptAccountLinkInvitationRequest

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

A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.

Returns:

  • (String)


24
25
26
27
28
29
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 24

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

The identifier of the account link.

Returns:

  • (String)


24
25
26
27
28
29
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 24

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