Class: Aws::Types::GetAccountLinkRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAccountLinkRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#link_id ⇒ ::String
Returns the value of attribute link_id.
-
#linked_account_id ⇒ ::String
Returns the value of attribute linked_account_id.
Instance Attribute Details
#link_id ⇒ ::String
Returns the value of attribute link_id.
899 900 901 |
# File 'sig/types.rbs', line 899 def link_id @link_id end |
#linked_account_id ⇒ ::String
Returns the value of attribute linked_account_id.
900 901 902 |
# File 'sig/types.rbs', line 900 def linked_account_id @linked_account_id end |