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.
=head2 PipelineName => Str

  The name of the pipeline for which you want to get the state.
=head2 PipelineVersion => Int

  The version number of the pipeline.

A newly-created pipeline is always assigned a version number of 1. =head2 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.
=head2 Updated => Str

  The date and time the pipeline was last updated, in timestamp format.