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.

Instance Attribute Summary collapse

Instance Attribute Details

#action_statesArray<Types::ActionState>

The state of the stage.

Returns:



2954
2955
2956
2957
2958
2959
2960
# File 'lib/aws-sdk-codepipeline/types.rb', line 2954

class StageState < Struct.new(
  :stage_name,
  :inbound_transition_state,
  :action_states,
  :latest_execution)
  include Aws::Structure
end

#inbound_transition_stateTypes::TransitionState

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



2954
2955
2956
2957
2958
2959
2960
# File 'lib/aws-sdk-codepipeline/types.rb', line 2954

class StageState < Struct.new(
  :stage_name,
  :inbound_transition_state,
  :action_states,
  :latest_execution)
  include Aws::Structure
end

#latest_executionTypes::StageExecution

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



2954
2955
2956
2957
2958
2959
2960
# File 'lib/aws-sdk-codepipeline/types.rb', line 2954

class StageState < Struct.new(
  :stage_name,
  :inbound_transition_state,
  :action_states,
  :latest_execution)
  include Aws::Structure
end

#stage_nameString

The name of the stage.

Returns:

  • (String)


2954
2955
2956
2957
2958
2959
2960
# File 'lib/aws-sdk-codepipeline/types.rb', line 2954

class StageState < Struct.new(
  :stage_name,
  :inbound_transition_state,
  :action_states,
  :latest_execution)
  include Aws::Structure
end