Class: Aws::Types::InstanceState
- Inherits:
-
Object
- Object
- Aws::Types::InstanceState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#reason_code ⇒ ::String
Returns the value of attribute reason_code.
-
#state ⇒ ::String
Returns the value of attribute state.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
326 327 328 |
# File 'sig/types.rbs', line 326 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
323 324 325 |
# File 'sig/types.rbs', line 323 def instance_id @instance_id end |
#reason_code ⇒ ::String
Returns the value of attribute reason_code.
325 326 327 |
# File 'sig/types.rbs', line 325 def reason_code @reason_code end |
#state ⇒ ::String
Returns the value of attribute state.
324 325 326 |
# File 'sig/types.rbs', line 324 def state @state end |