class Aws::CodePipeline::Types::GetPipelineStateOutput

Represents the output of a `GetPipelineState` action.

@!attribute [rw] pipeline_name

The name of the pipeline for which you want to get the state.
@return [String]

@!attribute [rw] pipeline_version

The version number of the pipeline.

<note markdown="1"> A newly created pipeline is always assigned a version number of `1`.

 </note>
@return [Integer]

@!attribute [rw] stage_states

A list of the pipeline stage output information, including stage
name, state, most recent run details, whether the stage is disabled,
and other data.
@return [Array<Types::StageState>]

@!attribute [rw] created

The date and time the pipeline was created, in timestamp format.
@return [Time]

@!attribute [rw] updated

The date and time the pipeline was last updated, in timestamp
format.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/GetPipelineStateOutput AWS API Documentation

Constants

SENSITIVE