Class: Aws::WorkSpaces::Types::AcceptAccountLinkInvitationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::AcceptAccountLinkInvitationRequest
- 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.
-
#link_id ⇒ String
The identifier of the account link.
Instance Attribute Details
#client_token ⇒ String
A string of up to 64 ASCII characters that Amazon WorkSpaces uses to ensure idempotent creation.
24 25 26 27 28 29 |
# File 'lib/aws-sdk-workspaces/types.rb', line 24 class AcceptAccountLinkInvitationRequest < Struct.new( :link_id, :client_token) SENSITIVE = [] include Aws::Structure end |
#link_id ⇒ String
The identifier of the account link.
24 25 26 27 28 29 |
# File 'lib/aws-sdk-workspaces/types.rb', line 24 class AcceptAccountLinkInvitationRequest < Struct.new( :link_id, :client_token) SENSITIVE = [] include Aws::Structure end |