Class: Aws::WorkSpaces::Types::CreateAccountLinkInvitationRequest

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

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

Returns:

  • (String)


764
765
766
767
768
769
# File 'lib/aws-sdk-workspaces/types.rb', line 764

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

#target_account_idString

The identifier of the target account.

Returns:

  • (String)


764
765
766
767
768
769
# File 'lib/aws-sdk-workspaces/types.rb', line 764

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