The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.