Class: Aws::Types::ModificationState
- Inherits:
-
Object
- Object
- Aws::Types::ModificationState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource ⇒ "ROOT_VOLUME", ...
Returns the value of attribute resource.
-
#state ⇒ "UPDATE_INITIATED", ...
Returns the value of attribute state.
Instance Attribute Details
#resource ⇒ "ROOT_VOLUME", ...
Returns the value of attribute resource.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def resource @resource end |
#state ⇒ "UPDATE_INITIATED", ...
Returns the value of attribute state.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def state @state end |