Class: Aws::CodePipeline::Types::ConditionState

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

Overview

Information about the state of the condition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#latest_executionTypes::ConditionExecution

The state of the latest run of the rule.



1414
1415
1416
1417
1418
1419
# File 'lib/aws-sdk-codepipeline/types.rb', line 1414

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

#rule_statesArray<Types::RuleState>

The state of the rules for the condition.

Returns:



1414
1415
1416
1417
1418
1419
# File 'lib/aws-sdk-codepipeline/types.rb', line 1414

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