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:



4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4109

class StageState < Struct.new(
  :stage_name,
  :inbound_execution,
  :inbound_executions,
  :inbound_transition_state,
  :action_states,
  :latest_execution)
  SENSITIVE = []
  include Aws::Structure
end

#inbound_executionTypes::StageExecution

Represents information about the run of a stage.



4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4109

class StageState < Struct.new(
  :stage_name,
  :inbound_execution,
  :inbound_executions,
  :inbound_transition_state,
  :action_states,
  :latest_execution)
  SENSITIVE = []
  include Aws::Structure
end

#inbound_executionsArray<Types::StageExecution>

The inbound executions for a stage.

Returns:



4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4109

class StageState < Struct.new(
  :stage_name,
  :inbound_execution,
  :inbound_executions,
  :inbound_transition_state,
  :action_states,
  :latest_execution)
  SENSITIVE = []
  include Aws::Structure
end

#inbound_transition_stateTypes::TransitionState

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



4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4109

class StageState < Struct.new(
  :stage_name,
  :inbound_execution,
  :inbound_executions,
  :inbound_transition_state,
  :action_states,
  :latest_execution)
  SENSITIVE = []
  include Aws::Structure
end

#latest_executionTypes::StageExecution

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



4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4109

class StageState < Struct.new(
  :stage_name,
  :inbound_execution,
  :inbound_executions,
  :inbound_transition_state,
  :action_states,
  :latest_execution)
  SENSITIVE = []
  include Aws::Structure
end

#stage_nameString

The name of the stage.

Returns:

  • (String)


4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4109

class StageState < Struct.new(
  :stage_name,
  :inbound_execution,
  :inbound_executions,
  :inbound_transition_state,
  :action_states,
  :latest_execution)
  SENSITIVE = []
  include Aws::Structure
end