You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodePipeline::Types::GetPipelineStateOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents the output of a GetPipelineState action.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#createdTime

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

Returns:

  • (Time)

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

#pipeline_nameString

The name of the pipeline for which you want to get the state.

Returns:

  • (String)

    The name of the pipeline for which you want to get the state.

#pipeline_versionInteger

The version number of the pipeline.

A newly created pipeline is always assigned a version number of 1.

Returns:

  • (Integer)

    The version number of the pipeline.

#stage_statesArray<Types::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.

Returns:

  • (Array<Types::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.

#updatedTime

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

Returns:

  • (Time)

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