Class: Aws::Types::PipelineExecutionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#pipeline_execution_arn::String

Returns the value of attribute pipeline_execution_arn.

Returns:

  • (::String)


9892
9893
9894
# File 'sig/types.rbs', line 9892

def pipeline_execution_arn
  @pipeline_execution_arn
end

#pipeline_execution_description::String

Returns the value of attribute pipeline_execution_description.

Returns:

  • (::String)


9895
9896
9897
# File 'sig/types.rbs', line 9895

def pipeline_execution_description
  @pipeline_execution_description
end

#pipeline_execution_display_name::String

Returns the value of attribute pipeline_execution_display_name.

Returns:

  • (::String)


9896
9897
9898
# File 'sig/types.rbs', line 9896

def pipeline_execution_display_name
  @pipeline_execution_display_name
end

#pipeline_execution_failure_reason::String

Returns the value of attribute pipeline_execution_failure_reason.

Returns:

  • (::String)


9897
9898
9899
# File 'sig/types.rbs', line 9897

def pipeline_execution_failure_reason
  @pipeline_execution_failure_reason
end

#pipeline_execution_status"Executing", ...

Returns the value of attribute pipeline_execution_status.

Returns:

  • ("Executing", "Stopping", "Stopped", "Failed", "Succeeded")


9894
9895
9896
# File 'sig/types.rbs', line 9894

def pipeline_execution_status
  @pipeline_execution_status
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


9893
9894
9895
# File 'sig/types.rbs', line 9893

def start_time
  @start_time
end