Class: Aws::Types::DocumentSuggesterOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#fuzzy_matching"none", ...

Returns the value of attribute fuzzy_matching.

Returns:



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.

Returns:



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.

Returns:



293
294
295
# File 'sig/types.rbs', line 293

def source_field
  @source_field
end