Class: Aws::CodePipeline::Types::ConditionExecution
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodePipeline::Types::ConditionExecution
 
- Defined in:
- gems/aws-sdk-codepipeline/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.
| 1429 1430 1431 1432 1433 1434 1435 | # File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1429 class ConditionExecution < Struct.new( :status, :summary, :last_status_change) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ String
The status of the run for a condition.
| 1429 1430 1431 1432 1433 1434 1435 | # File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1429 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.
| 1429 1430 1431 1432 1433 1434 1435 | # File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1429 class ConditionExecution < Struct.new( :status, :summary, :last_status_change) SENSITIVE = [] include Aws::Structure end |