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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#action_statesArray<Types::ActionState>

The state of the stage.

Returns:



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_stateTypes::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_executionTypes::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_executionsArray<Types::StageExecution>

The inbound executions for a stage.

Returns:



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_stateTypes::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_executionTypes::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_stateTypes::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_stateTypes::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_metadataTypes::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_nameString

The name of the stage.

Returns:

  • (String)


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