Class: Aws::Types::AccountLink
- Inherits:
-
Object
- Object
- Aws::Types::AccountLink
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_link_id ⇒ ::String
Returns the value of attribute account_link_id.
-
#account_link_status ⇒ "LINKED", ...
Returns the value of attribute account_link_status.
-
#source_account_id ⇒ ::String
Returns the value of attribute source_account_id.
-
#target_account_id ⇒ ::String
Returns the value of attribute target_account_id.
Instance Attribute Details
#account_link_id ⇒ ::String
Returns the value of attribute account_link_id.
40 41 42 |
# File 'sig/types.rbs', line 40 def account_link_id @account_link_id end |
#account_link_status ⇒ "LINKED", ...
Returns the value of attribute account_link_status.
41 42 43 |
# File 'sig/types.rbs', line 41 def account_link_status @account_link_status end |
#source_account_id ⇒ ::String
Returns the value of attribute source_account_id.
42 43 44 |
# File 'sig/types.rbs', line 42 def source_account_id @source_account_id end |
#target_account_id ⇒ ::String
Returns the value of attribute target_account_id.
43 44 45 |
# File 'sig/types.rbs', line 43 def target_account_id @target_account_id end |