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")


3103
3104
3105
# File 'sig/types.rbs', line 3103

def state
  @state
end

#state_detailsTypes::PipelineExecutionStateDetails

Returns the value of attribute state_details.



3104
3105
3106
# File 'sig/types.rbs', line 3104

def state_details
  @state_details
end