Class: Aws::Types::ComputeNodeExecutionStatus

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#state"NOT_STARTED", ...

Returns the value of attribute state.

Returns:

  • ("NOT_STARTED", "QUEUED", "RUNNING", "SUCCEEDED", "FAILED")


796
797
798
# File 'sig/types.rbs', line 796

def state
  @state
end

#state_detailsTypes::ComputeNodeExecutionStateDetails

Returns the value of attribute state_details.



797
798
799
# File 'sig/types.rbs', line 797

def state_details
  @state_details
end