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.
12023 12024 12025 |
# File 'sig/types.rbs', line 12023 def code @code end |
#name ⇒ "pending", ...
Returns the value of attribute name.
12024 12025 12026 |
# File 'sig/types.rbs', line 12024 def name @name end |