Class: Aws::Types::DocumentSuggesterOptions
- Inherits:
-
Object
- Object
- Aws::Types::DocumentSuggesterOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fuzzy_matching ⇒ "none", ...
Returns the value of attribute fuzzy_matching.
-
#sort_expression ⇒ ::String
Returns the value of attribute sort_expression.
-
#source_field ⇒ ::String
Returns the value of attribute source_field.
Instance Attribute Details
#fuzzy_matching ⇒ "none", ...
Returns the value of attribute fuzzy_matching.
294 295 296 |
# File 'sig/types.rbs', line 294 def fuzzy_matching @fuzzy_matching end |
#sort_expression ⇒ ::String
Returns the value of attribute sort_expression.
295 296 297 |
# File 'sig/types.rbs', line 295 def sort_expression @sort_expression end |
#source_field ⇒ ::String
Returns the value of attribute source_field.
293 294 295 |
# File 'sig/types.rbs', line 293 def source_field @source_field end |