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.
12241 12242 12243 |
# File 'sig/types.rbs', line 12241 def code @code end |
#name ⇒ "pending", ...
Returns the value of attribute name.
12242 12243 12244 |
# File 'sig/types.rbs', line 12242 def name @name end |