Class: Aws::Types::QuickResponseQueryField
- Inherits:
-
Object
- Object
- Aws::Types::QuickResponseQueryField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_fuzziness ⇒ Boolean
Returns the value of attribute allow_fuzziness.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#operator ⇒ "CONTAINS", "CONTAINS_AND_PREFIX"
Returns the value of attribute operator.
-
#priority ⇒ "HIGH", ...
Returns the value of attribute priority.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#allow_fuzziness ⇒ Boolean
Returns the value of attribute allow_fuzziness.
707 708 709 |
# File 'sig/types.rbs', line 707 def allow_fuzziness @allow_fuzziness end |
#name ⇒ ::String
Returns the value of attribute name.
708 709 710 |
# File 'sig/types.rbs', line 708 def name @name end |
#operator ⇒ "CONTAINS", "CONTAINS_AND_PREFIX"
Returns the value of attribute operator.
709 710 711 |
# File 'sig/types.rbs', line 709 def operator @operator end |
#priority ⇒ "HIGH", ...
Returns the value of attribute priority.
710 711 712 |
# File 'sig/types.rbs', line 710 def priority @priority end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
711 712 713 |
# File 'sig/types.rbs', line 711 def values @values end |