Class: Aws::Types::CriterionAdditionalProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#eq::Array[::String]

Returns the value of attribute eq.

Returns:

  • (::Array[::String])


439
440
441
# File 'sig/types.rbs', line 439

def eq
  @eq
end

#eq_exact_match::Array[::String]

Returns the value of attribute eq_exact_match.

Returns:

  • (::Array[::String])


440
441
442
# File 'sig/types.rbs', line 440

def eq_exact_match
  @eq_exact_match
end

#gt::Integer

Returns the value of attribute gt.

Returns:

  • (::Integer)


441
442
443
# File 'sig/types.rbs', line 441

def gt
  @gt
end

#gte::Integer

Returns the value of attribute gte.

Returns:

  • (::Integer)


442
443
444
# File 'sig/types.rbs', line 442

def gte
  @gte
end

#lt::Integer

Returns the value of attribute lt.

Returns:

  • (::Integer)


443
444
445
# File 'sig/types.rbs', line 443

def lt
  @lt
end

#lte::Integer

Returns the value of attribute lte.

Returns:

  • (::Integer)


444
445
446
# File 'sig/types.rbs', line 444

def lte
  @lte
end

#neq::Array[::String]

Returns the value of attribute neq.

Returns:

  • (::Array[::String])


445
446
447
# File 'sig/types.rbs', line 445

def neq
  @neq
end