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.



1394
1395
1396
1397
1398
1399
# File 'lib/aws-sdk-codepipeline/types.rb', line 1394

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:



1394
1395
1396
1397
1398
1399
# File 'lib/aws-sdk-codepipeline/types.rb', line 1394

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