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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codepipeline/types.rb

Overview

Represents information about the run of a stage.

Instance Attribute Summary collapse

Instance Attribute Details

#pipeline_execution_idString

The ID of the pipeline execution associated with the stage.

Returns:

  • (String)


2926
2927
2928
2929
2930
# File 'lib/aws-sdk-codepipeline/types.rb', line 2926

class StageExecution < Struct.new(
  :pipeline_execution_id,
  :status)
  include Aws::Structure
end

#statusString

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

Returns:

  • (String)


2926
2927
2928
2929
2930
# File 'lib/aws-sdk-codepipeline/types.rb', line 2926

class StageExecution < Struct.new(
  :pipeline_execution_id,
  :status)
  include Aws::Structure
end