Class: Aws::CodePipeline::Types::BeforeEntryConditions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codepipeline/types.rb

Overview

The conditions for making checks for entry to a stage. For more information about conditions, see [Stage conditions] and [How do stage conditions work?].

[1]: docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html [2]: docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#conditionsArray<Types::Condition>

The conditions that are configured as entry conditions.

Returns:



1319
1320
1321
1322
1323
# File 'lib/aws-sdk-codepipeline/types.rb', line 1319

class BeforeEntryConditions < Struct.new(
  :conditions)
  SENSITIVE = []
  include Aws::Structure
end