Class: Aws::WorkSpaces::Types::RejectAccountLinkInvitationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::RejectAccountLinkInvitationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The client token of the account link invitation to reject.
-
#link_id ⇒ String
The identifier of the account link.
Instance Attribute Details
#client_token ⇒ String
The client token of the account link invitation to reject.
4090 4091 4092 4093 4094 4095 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4090 class RejectAccountLinkInvitationRequest < Struct.new( :link_id, :client_token) SENSITIVE = [] include Aws::Structure end |
#link_id ⇒ String
The identifier of the account link
4090 4091 4092 4093 4094 4095 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4090 class RejectAccountLinkInvitationRequest < Struct.new( :link_id, :client_token) SENSITIVE = [] include Aws::Structure end |