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", "DISABLE_IN_PROGRESS"
Returns the value of attribute status.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
136 137 138 |
# File 'sig/types.rbs', line 136 def account_id @account_id end |
#status ⇒ "ENABLED", "DISABLE_IN_PROGRESS"
Returns the value of attribute status.
137 138 139 |
# File 'sig/types.rbs', line 137 def status @status end |