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.
1293 1294 1295 1296 1297 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 1293 class BeforeEntryConditions < Struct.new( :conditions) SENSITIVE = [] include Aws::Structure end |