You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodePipeline::Types::PipelineExecution

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents information about an execution of a pipeline.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_revisionsArray<Types::ArtifactRevision>

A list of ArtifactRevision objects included in a pipeline execution.

Returns:

#pipeline_execution_idString

The ID of the pipeline execution.

Returns:

  • (String)

    The ID of the pipeline execution.

#pipeline_nameString

The name of the pipeline with the specified pipeline execution.

Returns:

  • (String)

    The name of the pipeline with the specified pipeline execution.

#pipeline_versionInteger

The version number of the pipeline with the specified pipeline execution.

Returns:

  • (Integer)

    The version number of the pipeline with the specified pipeline execution.

#statusString

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.

  • 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.

  • 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.

  • Failed: The pipeline execution was not completed successfully.

Returns:

  • (String)

    The status of the pipeline execution.