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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
# File 'lib/aws-sdk-codepipeline/types.rb', line 5042

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)
  SENSITIVE = []
  include Aws::Structure
end

#before_entry_condition_stateTypes::StageConditionState

The state of the entry conditions for a stage.



5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
# File 'lib/aws-sdk-codepipeline/types.rb', line 5042

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)
  SENSITIVE = []
  include Aws::Structure
end

#inbound_executionTypes::StageExecution

Represents information about the run of a stage.



5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
# File 'lib/aws-sdk-codepipeline/types.rb', line 5042

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)
  SENSITIVE = []
  include Aws::Structure
end

#inbound_executionsArray<Types::StageExecution>

The inbound executions for a stage.

Returns:



5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
# File 'lib/aws-sdk-codepipeline/types.rb', line 5042

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)
  SENSITIVE = []
  include Aws::Structure
end

#inbound_transition_stateTypes::TransitionState

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



5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
# File 'lib/aws-sdk-codepipeline/types.rb', line 5042

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)
  SENSITIVE = []
  include Aws::Structure
end

#latest_executionTypes::StageExecution

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



5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
# File 'lib/aws-sdk-codepipeline/types.rb', line 5042

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)
  SENSITIVE = []
  include Aws::Structure
end

#on_failure_condition_stateTypes::StageConditionState

The state of the failure conditions for a stage.



5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
# File 'lib/aws-sdk-codepipeline/types.rb', line 5042

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)
  SENSITIVE = []
  include Aws::Structure
end

#on_success_condition_stateTypes::StageConditionState

The state of the success conditions for a stage.



5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
# File 'lib/aws-sdk-codepipeline/types.rb', line 5042

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)
  SENSITIVE = []
  include Aws::Structure
end

#stage_nameString

The name of the stage.

Returns:

  • (String)


5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
# File 'lib/aws-sdk-codepipeline/types.rb', line 5042

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)
  SENSITIVE = []
  include Aws::Structure
end