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:



3631
3632
3633
3634
3635
3636
3637
3638
3639
# File 'lib/aws-sdk-codepipeline/types.rb', line 3631

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

#inbound_executionTypes::StageExecution

Represents information about the run of a stage.



3631
3632
3633
3634
3635
3636
3637
3638
3639
# File 'lib/aws-sdk-codepipeline/types.rb', line 3631

class StageState < Struct.new(
  :stage_name,
  :inbound_execution,
  :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.



3631
3632
3633
3634
3635
3636
3637
3638
3639
# File 'lib/aws-sdk-codepipeline/types.rb', line 3631

class StageState < Struct.new(
  :stage_name,
  :inbound_execution,
  :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.



3631
3632
3633
3634
3635
3636
3637
3638
3639
# File 'lib/aws-sdk-codepipeline/types.rb', line 3631

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

#stage_nameString

The name of the stage.

Returns:

  • (String)


3631
3632
3633
3634
3635
3636
3637
3638
3639
# File 'lib/aws-sdk-codepipeline/types.rb', line 3631

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