Class: Aws::WorkSpaces::Types::GetAccountLinkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::GetAccountLinkRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#link_id ⇒ String
The identifier of the account to link.
-
#linked_account_id ⇒ String
The identifier of the account link.
Instance Attribute Details
#link_id ⇒ String
The identifier of the account to link.
2845 2846 2847 2848 2849 2850 |
# File 'lib/aws-sdk-workspaces/types.rb', line 2845 class GetAccountLinkRequest < Struct.new( :link_id, :linked_account_id) SENSITIVE = [] include Aws::Structure end |
#linked_account_id ⇒ String
The identifier of the account link
2845 2846 2847 2848 2849 2850 |
# File 'lib/aws-sdk-workspaces/types.rb', line 2845 class GetAccountLinkRequest < Struct.new( :link_id, :linked_account_id) SENSITIVE = [] include Aws::Structure end |