Class: Aws::Types::DelegatedAdminAccount
- Inherits:
-
Object
- Object
- Aws::Types::DelegatedAdminAccount
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#status ⇒ "ENABLED", "DISABLE_IN_PROGRESS"
Returns the value of attribute status.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def account_id @account_id end |
#status ⇒ "ENABLED", "DISABLE_IN_PROGRESS"
Returns the value of attribute status.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def status @status end |