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

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)


640
641
642
643
644
645
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 640

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)


640
641
642
643
644
645
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 640

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