Class: Aws::CodePipeline::Types::StageConditionState

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codepipeline/types.rb

Overview

The state of a run of a condition for a stage.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#condition_statesArray<Types::ConditionState>

The states of the conditions for a run of a condition for a stage.

Returns:



4869
4870
4871
4872
4873
4874
# File 'lib/aws-sdk-codepipeline/types.rb', line 4869

class StageConditionState < Struct.new(
  :latest_execution,
  :condition_states)
  SENSITIVE = []
  include Aws::Structure
end

#latest_executionTypes::StageConditionsExecution

Represents information about the latest run of a condition for a stage.



4869
4870
4871
4872
4873
4874
# File 'lib/aws-sdk-codepipeline/types.rb', line 4869

class StageConditionState < Struct.new(
  :latest_execution,
  :condition_states)
  SENSITIVE = []
  include Aws::Structure
end