Class: Aws::WorkSpaces::Types::DeleteAccountLinkInvitationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DeleteAccountLinkInvitationRequest
- 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.
1465 1466 1467 1468 1469 1470 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1465 class DeleteAccountLinkInvitationRequest < Struct.new( :link_id, :client_token) SENSITIVE = [] include Aws::Structure end |
#link_id ⇒ String
The identifier of the account link.
1465 1466 1467 1468 1469 1470 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1465 class DeleteAccountLinkInvitationRequest < Struct.new( :link_id, :client_token) SENSITIVE = [] include Aws::Structure end |