Class: Aws::WorkSpaces::Types::CreateAccountLinkInvitationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::CreateAccountLinkInvitationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A string of up to 64 ASCII characters that Amazon WorkSpaces uses to ensure idempotent creation.
-
#target_account_id ⇒ String
The identifier of the target account.
Instance Attribute Details
#client_token ⇒ String
A string of up to 64 ASCII characters that Amazon WorkSpaces uses to ensure idempotent creation.
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_id ⇒ String
The identifier of the target account.
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 |