Class: Aws::Types::Suggester
- Inherits:
-
Object
- Object
- Aws::Types::Suggester
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document_suggester_options ⇒ Types::DocumentSuggesterOptions
Returns the value of attribute document_suggester_options.
-
#suggester_name ⇒ ::String
Returns the value of attribute suggester_name.
Instance Attribute Details
#document_suggester_options ⇒ Types::DocumentSuggesterOptions
Returns the value of attribute document_suggester_options.
495 496 497 |
# File 'sig/types.rbs', line 495 def @document_suggester_options end |
#suggester_name ⇒ ::String
Returns the value of attribute suggester_name.
494 495 496 |
# File 'sig/types.rbs', line 494 def suggester_name @suggester_name end |