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:



5972
5973
5974
# File 'sig/types.rbs', line 5972

def conditions
  @conditions
end

#logical"AND", "ANY"

Returns the value of attribute logical.

Returns:

  • ("AND", "ANY")


5971
5972
5973
# File 'sig/types.rbs', line 5971

def logical
  @logical
end