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

Class: Aws::CodePipeline::Types::StageState

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

Overview

Represents information about the state of the stage.

Instance Attribute Summary collapse

Instance Attribute Details

#action_statesArray<Types::ActionState>

The state of the stage.

Returns:

#inbound_executionTypes::StageExecution

Represents information about the run of a stage.

Returns:

#inbound_transition_stateTypes::TransitionState

The state of the inbound transition, which is either enabled or disabled.

Returns:

#latest_executionTypes::StageExecution

Information about the latest execution in the stage, including its ID and status.

Returns:

  • (Types::StageExecution)

    Information about the latest execution in the stage, including its ID and status.

#stage_nameString

The name of the stage.

Returns:

  • (String)

    The name of the stage.