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
- Struct
- Aws::CodePipeline::Types::StageState
- Defined in:
- (unknown)
Overview
Represents information about the state of the stage.
Instance Attribute Summary collapse
-
#action_states ⇒ Array<Types::ActionState>
The state of the stage.
-
#inbound_execution ⇒ Types::StageExecution
Represents information about the run of a stage.
.
-
#inbound_transition_state ⇒ Types::TransitionState
The state of the inbound transition, which is either enabled or disabled.
-
#latest_execution ⇒ Types::StageExecution
Information about the latest execution in the stage, including its ID and status.
-
#stage_name ⇒ String
The name of the stage.
Instance Attribute Details
#action_states ⇒ Array<Types::ActionState>
The state of the stage.
#inbound_execution ⇒ Types::StageExecution
Represents information about the run of a stage.
#inbound_transition_state ⇒ Types::TransitionState
The state of the inbound transition, which is either enabled or disabled.
#latest_execution ⇒ Types::StageExecution
Information about the latest execution in the stage, including its ID and status.
#stage_name ⇒ String
The name of the stage.