Class: Aws::Types::QuickResponseQueryField

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_fuzziness ⇒ Boolean

Returns the value of attribute allow_fuzziness.

Returns:

  • (Boolean)


707
708
709
# File 'sig/types.rbs', line 707

def allow_fuzziness
  @allow_fuzziness
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


708
709
710
# File 'sig/types.rbs', line 708

def name
  @name
end

#operator ⇒ "CONTAINS", "CONTAINS_AND_PREFIX"

Returns the value of attribute operator.

Returns:

  • ("CONTAINS", "CONTAINS_AND_PREFIX")


709
710
711
# File 'sig/types.rbs', line 709

def operator
  @operator
end

#priority ⇒ "HIGH", ...

Returns the value of attribute priority.

Returns:

  • ("HIGH", "MEDIUM", "LOW")


710
711
712
# File 'sig/types.rbs', line 710

def priority
  @priority
end

#values ⇒ ::Array[::String]

Returns the value of attribute values.

Returns:

  • (::Array[::String])


711
712
713
# File 'sig/types.rbs', line 711

def values
  @values
end