Class: Aws::Types::Predicate

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#conditions::Array[Types::Condition]

Returns the value of attribute conditions.

Returns:



6001
6002
6003
# File 'sig/types.rbs', line 6001

def conditions
  @conditions
end

#logical"AND", "ANY"

Returns the value of attribute logical.

Returns:

  • ("AND", "ANY")


6000
6001
6002
# File 'sig/types.rbs', line 6000

def logical
  @logical
end