Class: Aws::Types::ComputeNodeExecutionStatus
- Inherits:
-
Object
- Object
- Aws::Types::ComputeNodeExecutionStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#state ⇒ "NOT_STARTED", ...
Returns the value of attribute state.
-
#state_details ⇒ Types::ComputeNodeExecutionStateDetails
Returns the value of attribute state_details.
Instance Attribute Details
#state ⇒ "NOT_STARTED", ...
Returns the value of attribute state.
796 797 798 |
# File 'sig/types.rbs', line 796 def state @state end |
#state_details ⇒ Types::ComputeNodeExecutionStateDetails
Returns the value of attribute state_details.
797 798 799 |
# File 'sig/types.rbs', line 797 def state_details @state_details end |