Class: Aws::Glue::Types::Predicate

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Defines the predicate of the trigger, which determines when it fires.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#conditionsArray<Types::Condition>

A list of the conditions that determine when the trigger will fire.

Returns:



16753
16754
16755
16756
16757
16758
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16753

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

#logicalString

An optional field if only one condition is listed. If multiple conditions are listed, then this field is required.

Returns:

  • (String)


16753
16754
16755
16756
16757
16758
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16753

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