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.
2416 2417 2418 |
# File 'sig/types.rbs', line 2416 def allow_fuzziness @allow_fuzziness end |
#name ⇒ ::String
Returns the value of attribute name.
2413 2414 2415 |
# File 'sig/types.rbs', line 2413 def name @name end |
#operator ⇒ "CONTAINS", "CONTAINS_AND_PREFIX"
Returns the value of attribute operator.
2415 2416 2417 |
# File 'sig/types.rbs', line 2415 def operator @operator end |
#priority ⇒ "HIGH", ...
Returns the value of attribute priority.
2417 2418 2419 |
# File 'sig/types.rbs', line 2417 def priority @priority end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
2414 2415 2416 |
# File 'sig/types.rbs', line 2414 def values @values end |