Class: Aws::Types::InstanceState
- Inherits:
-
Object
- Object
- Aws::Types::InstanceState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::Integer
Returns the value of attribute code.
-
#name ⇒ "pending", ...
Returns the value of attribute name.
Instance Attribute Details
#code ⇒ ::Integer
Returns the value of attribute code.
11753 11754 11755 |
# File 'sig/types.rbs', line 11753 def code @code end |
#name ⇒ "pending", ...
Returns the value of attribute name.
11754 11755 11756 |
# File 'sig/types.rbs', line 11754 def name @name end |