Class: Aws::CodePipeline::Types::BeforeEntryConditions
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodePipeline::Types::BeforeEntryConditions
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codepipeline/types.rb
 
Overview
The conditions for making checks for entry to a stage.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #conditions  ⇒ Array<Types::Condition> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The conditions that are configured as entry conditions.
 
Instance Attribute Details
#conditions ⇒ Array<Types::Condition>
The conditions that are configured as entry conditions.
      1273 1274 1275 1276 1277  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 1273 class BeforeEntryConditions < Struct.new( :conditions) SENSITIVE = [] include Aws::Structure end  |