class Aws::CodePipeline::Types::PipelineExecutionSummary
Summary information about a pipeline execution.
@!attribute [rw] pipeline_execution_id
The ID of the pipeline execution. @return [String]
@!attribute [rw] status
The status of the pipeline execution. * InProgress: The pipeline execution is currently running. * Stopped: The pipeline execution was manually stopped. For more information, see [Stopped Executions][1]. * Stopping: The pipeline execution received a request to be manually stopped. Depending on the selected stop mode, the execution is either completing or abandoning in-progress actions. For more information, see [Stopped Executions][1]. * Succeeded: The pipeline execution was completed successfully. * Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead. For more information, see [Superseded Executions][2]. * Failed: The pipeline execution was not completed successfully. [1]: https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-executions-stopped [2]: https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-superseded @return [String]
@!attribute [rw] start_time
The date and time when the pipeline execution began, in timestamp format. @return [Time]
@!attribute [rw] last_update_time
The date and time of the last change to the pipeline execution, in timestamp format. @return [Time]
@!attribute [rw] source_revisions
A list of the source artifact revisions that initiated a pipeline execution. @return [Array<Types::SourceRevision>]
@!attribute [rw] trigger
The interaction or event that started a pipeline execution, such as automated change detection or a `StartPipelineExecution` API call. @return [Types::ExecutionTrigger]
@!attribute [rw] stop_trigger
The interaction that stopped a pipeline execution. @return [Types::StopExecutionTrigger]
@see docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/PipelineExecutionSummary AWS API Documentation
Constants
- SENSITIVE