Class: Aws::Types::Account
- Inherits:
-
Object
- Object
- Aws::Types::Account
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#resource_status ⇒ Types::ResourceStatus
Returns the value of attribute resource_status.
-
#status ⇒ "ENABLING", ...
Returns the value of attribute status.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
17 18 19 |
# File 'sig/types.rbs', line 17 def account_id @account_id end |
#resource_status ⇒ Types::ResourceStatus
Returns the value of attribute resource_status.
19 20 21 |
# File 'sig/types.rbs', line 19 def resource_status @resource_status end |
#status ⇒ "ENABLING", ...
Returns the value of attribute status.
18 19 20 |
# File 'sig/types.rbs', line 18 def status @status end |