Class: Aws::Types::PipelineExecutionStatus

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", "RUNNING", "SUCCEEDED", "FAILED", "CANCELLING", "CANCELLED")


3137
3138
3139
# File 'sig/types.rbs', line 3137

def state
  @state
end

#state_detailsTypes::PipelineExecutionStateDetails

Returns the value of attribute state_details.



3138
3139
3140
# File 'sig/types.rbs', line 3138

def state_details
  @state_details
end