NAME
Paws::CodePipeline::GetPipelineStateOutput
ATTRIBUTES
Created => Str
The date and time the pipeline was created, in timestamp format.
PipelineName => Str
The name of the pipeline for which you want to get the state.
PipelineVersion => Int
The version number of the pipeline.
A newly-created pipeline is always assigned a version number of 1
.
StageStates => ArrayRef[Paws::CodePipeline::StageState]
A list of the pipeline stage output information, including stage name, state, most recent run details, whether the stage is disabled, and other data.
Updated => Str
The date and time the pipeline was last updated, in timestamp format.