Class: Aws::CodePipeline::Types::ConditionExecution
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodePipeline::Types::ConditionExecution
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codepipeline/types.rb
 
Overview
The run of a condition.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #last_status_change  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The last status change of the condition.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the run for a condition.
 - 
  
    
      #summary  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The summary of information about a run for a condition.
 
Instance Attribute Details
#last_status_change ⇒ Time
The last status change of the condition.
      1361 1362 1363 1364 1365 1366 1367  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 1361 class ConditionExecution < Struct.new( :status, :summary, :last_status_change) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the run for a condition.
      1361 1362 1363 1364 1365 1366 1367  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 1361 class ConditionExecution < Struct.new( :status, :summary, :last_status_change) SENSITIVE = [] include Aws::Structure end  | 
  
#summary ⇒ String
The summary of information about a run for a condition.
      1361 1362 1363 1364 1365 1366 1367  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 1361 class ConditionExecution < Struct.new( :status, :summary, :last_status_change) SENSITIVE = [] include Aws::Structure end  |