Class: Aws::Types::Criterion

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#contains::Array[::String]

Returns the value of attribute contains.

Returns:



329
330
331
# File 'sig/types.rbs', line 329

def contains
  @contains
end

#eq::Array[::String]

Returns the value of attribute eq.

Returns:



327
328
329
# File 'sig/types.rbs', line 327

def eq
  @eq
end

#existsBoolean

Returns the value of attribute exists.

Returns:



330
331
332
# File 'sig/types.rbs', line 330

def exists
  @exists
end

#neq::Array[::String]

Returns the value of attribute neq.

Returns:



328
329
330
# File 'sig/types.rbs', line 328

def neq
  @neq
end