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.
      1426 1427 1428 1429 1430 1431  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 1426 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.
      1426 1427 1428 1429 1430 1431  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 1426 class ConditionState < Struct.new( :latest_execution, :rule_states) SENSITIVE = [] include Aws::Structure end  |