The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.