Class: Aws::CodePipeline::Types::StageState
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::StageState
- Defined in:
- gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb
Overview
Represents information about the state of the stage.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_states ⇒ Array<Types::ActionState>
The state of the stage.
-
#before_entry_condition_state ⇒ Types::StageConditionState
The state of the entry conditions for a stage.
-
#inbound_execution ⇒ Types::StageExecution
Represents information about the run of a stage.
-
#inbound_executions ⇒ Array<Types::StageExecution>
The inbound executions for 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.
-
#on_failure_condition_state ⇒ Types::StageConditionState
The state of the failure conditions for a stage.
-
#on_success_condition_state ⇒ Types::StageConditionState
The state of the success conditions for a stage.
-
#retry_stage_metadata ⇒ Types::RetryStageMetadata
he details of a specific automatic retry on stage failure, including the attempt number and trigger.
-
#stage_name ⇒ String
The name of the stage.
Instance Attribute Details
#action_states ⇒ Array<Types::ActionState>
The state of the stage.
5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 5142 class StageState < Struct.new( :stage_name, :inbound_execution, :inbound_executions, :inbound_transition_state, :action_states, :latest_execution, :before_entry_condition_state, :on_success_condition_state, :on_failure_condition_state, :retry_stage_metadata) SENSITIVE = [] include Aws::Structure end |
#before_entry_condition_state ⇒ Types::StageConditionState
The state of the entry conditions for a stage.
5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 5142 class StageState < Struct.new( :stage_name, :inbound_execution, :inbound_executions, :inbound_transition_state, :action_states, :latest_execution, :before_entry_condition_state, :on_success_condition_state, :on_failure_condition_state, :retry_stage_metadata) SENSITIVE = [] include Aws::Structure end |
#inbound_execution ⇒ Types::StageExecution
Represents information about the run of a stage.
5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 5142 class StageState < Struct.new( :stage_name, :inbound_execution, :inbound_executions, :inbound_transition_state, :action_states, :latest_execution, :before_entry_condition_state, :on_success_condition_state, :on_failure_condition_state, :retry_stage_metadata) SENSITIVE = [] include Aws::Structure end |
#inbound_executions ⇒ Array<Types::StageExecution>
The inbound executions for a stage.
5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 5142 class StageState < Struct.new( :stage_name, :inbound_execution, :inbound_executions, :inbound_transition_state, :action_states, :latest_execution, :before_entry_condition_state, :on_success_condition_state, :on_failure_condition_state, :retry_stage_metadata) SENSITIVE = [] include Aws::Structure end |
#inbound_transition_state ⇒ Types::TransitionState
The state of the inbound transition, which is either enabled or disabled.
5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 5142 class StageState < Struct.new( :stage_name, :inbound_execution, :inbound_executions, :inbound_transition_state, :action_states, :latest_execution, :before_entry_condition_state, :on_success_condition_state, :on_failure_condition_state, :retry_stage_metadata) SENSITIVE = [] include Aws::Structure end |
#latest_execution ⇒ Types::StageExecution
Information about the latest execution in the stage, including its ID and status.
5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 5142 class StageState < Struct.new( :stage_name, :inbound_execution, :inbound_executions, :inbound_transition_state, :action_states, :latest_execution, :before_entry_condition_state, :on_success_condition_state, :on_failure_condition_state, :retry_stage_metadata) SENSITIVE = [] include Aws::Structure end |
#on_failure_condition_state ⇒ Types::StageConditionState
The state of the failure conditions for a stage.
5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 5142 class StageState < Struct.new( :stage_name, :inbound_execution, :inbound_executions, :inbound_transition_state, :action_states, :latest_execution, :before_entry_condition_state, :on_success_condition_state, :on_failure_condition_state, :retry_stage_metadata) SENSITIVE = [] include Aws::Structure end |
#on_success_condition_state ⇒ Types::StageConditionState
The state of the success conditions for a stage.
5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 5142 class StageState < Struct.new( :stage_name, :inbound_execution, :inbound_executions, :inbound_transition_state, :action_states, :latest_execution, :before_entry_condition_state, :on_success_condition_state, :on_failure_condition_state, :retry_stage_metadata) SENSITIVE = [] include Aws::Structure end |
#retry_stage_metadata ⇒ Types::RetryStageMetadata
he details of a specific automatic retry on stage failure, including the attempt number and trigger.
5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 5142 class StageState < Struct.new( :stage_name, :inbound_execution, :inbound_executions, :inbound_transition_state, :action_states, :latest_execution, :before_entry_condition_state, :on_success_condition_state, :on_failure_condition_state, :retry_stage_metadata) SENSITIVE = [] include Aws::Structure end |
#stage_name ⇒ String
The name of the stage.
5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 5142 class StageState < Struct.new( :stage_name, :inbound_execution, :inbound_executions, :inbound_transition_state, :action_states, :latest_execution, :before_entry_condition_state, :on_success_condition_state, :on_failure_condition_state, :retry_stage_metadata) SENSITIVE = [] include Aws::Structure end |