Class: Aws::WorkSpaces::Types::GetAccountLinkResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::GetAccountLinkResult
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_link ⇒ Types::AccountLink
The account link of the account link to retrieve.
Instance Attribute Details
#account_link ⇒ Types::AccountLink
The account link of the account link to retrieve.
2858 2859 2860 2861 2862 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2858 class GetAccountLinkResult < Struct.new( :account_link) SENSITIVE = [] include Aws::Structure end |