Class: Aws::Types::RemoteAccountDetails
- Inherits:
-
Object
- Object
- Aws::Types::RemoteAccountDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#affiliated ⇒ Boolean
Returns the value of attribute affiliated.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
2540 2541 2542 |
# File 'sig/types.rbs', line 2540 def account_id @account_id end |
#affiliated ⇒ Boolean
Returns the value of attribute affiliated.
2541 2542 2543 |
# File 'sig/types.rbs', line 2541 def affiliated @affiliated end |