Class: Aws::WorkSpaces::Types::AccountLink
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::AccountLink
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Information about about the account link.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_link_id ⇒ String
The identifier of the account link.
-
#account_link_status ⇒ String
The status of the account link.
-
#source_account_id ⇒ String
The identifier of the source account.
-
#target_account_id ⇒ String
The identifier of the target account.
Instance Attribute Details
#account_link_id ⇒ String
The identifier of the account link.
76 77 78 79 80 81 82 83 |
# File 'lib/aws-sdk-workspaces/types.rb', line 76 class AccountLink < Struct.new( :account_link_id, :account_link_status, :source_account_id, :target_account_id) SENSITIVE = [] include Aws::Structure end |
#account_link_status ⇒ String
The status of the account link.
76 77 78 79 80 81 82 83 |
# File 'lib/aws-sdk-workspaces/types.rb', line 76 class AccountLink < Struct.new( :account_link_id, :account_link_status, :source_account_id, :target_account_id) SENSITIVE = [] include Aws::Structure end |
#source_account_id ⇒ String
The identifier of the source account.
76 77 78 79 80 81 82 83 |
# File 'lib/aws-sdk-workspaces/types.rb', line 76 class AccountLink < Struct.new( :account_link_id, :account_link_status, :source_account_id, :target_account_id) SENSITIVE = [] include Aws::Structure end |
#target_account_id ⇒ String
The identifier of the target account.
76 77 78 79 80 81 82 83 |
# File 'lib/aws-sdk-workspaces/types.rb', line 76 class AccountLink < Struct.new( :account_link_id, :account_link_status, :source_account_id, :target_account_id) SENSITIVE = [] include Aws::Structure end |