Class: Aws::Types::AdminAccount
- Inherits:
-
Object
- Object
- Aws::Types::AdminAccount
- 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", "DISABLING_IN_PROGRESS"
Returns the value of attribute status.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
44 45 46 |
# File 'sig/types.rbs', line 44 def account_id @account_id end |
#status ⇒ "ENABLED", "DISABLING_IN_PROGRESS"
Returns the value of attribute status.
45 46 47 |
# File 'sig/types.rbs', line 45 def status @status end |