Class: Aws::CodePipeline::Types::ConditionState
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::ConditionState
- 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
-
#latest_execution ⇒ Types::ConditionExecution
The state of the latest run of the rule.
-
#rule_states ⇒ Array<Types::RuleState>
The state of the rules for the condition.
Instance Attribute Details
#latest_execution ⇒ Types::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_states ⇒ Array<Types::RuleState>
The state of the rules for the condition.
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 |