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

Class: Aws::CodePipeline::Types::StageExecution

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#pipeline_execution_idString

The ID of the pipeline execution associated with the stage.

Returns:

  • (String)

    The ID of the pipeline execution associated with the stage.

#statusString

The status of the stage, or for a completed stage, the last status of the stage.

Possible values:

  • InProgress
  • Failed
  • Stopped
  • Stopping
  • Succeeded

Returns:

  • (String)

    The status of the stage, or for a completed stage, the last status of the stage.