Class: Aws::Types::AccountState
- Inherits:
-
Object
- Object
- Aws::Types::AccountState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#resource_state ⇒ Types::ResourceState
Returns the value of attribute resource_state.
-
#state ⇒ Types::State
Returns the value of attribute state.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
40 41 42 |
# File 'sig/types.rbs', line 40 def account_id @account_id end |
#resource_state ⇒ Types::ResourceState
Returns the value of attribute resource_state.
42 43 44 |
# File 'sig/types.rbs', line 42 def resource_state @resource_state end |
#state ⇒ Types::State
Returns the value of attribute state.
41 42 43 |
# File 'sig/types.rbs', line 41 def state @state end |