Class: Aws::CloudSearch::Types::SuggesterStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearch::Types::SuggesterStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudsearch/types.rb
Overview
The value of a ‘Suggester` and its current status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#options ⇒ Types::Suggester
Configuration information for a search suggester.
-
#status ⇒ Types::OptionStatus
The status of domain configuration option.
Instance Attribute Details
#options ⇒ Types::Suggester
Configuration information for a search suggester. Each suggester has a unique name and specifies the text field you want to use for suggestions. The following options can be configured for a suggester: ‘FuzzyMatching`, `SortExpression`.
1858 1859 1860 1861 1862 1863 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 1858 class SuggesterStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::OptionStatus
The status of domain configuration option.
1858 1859 1860 1861 1862 1863 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 1858 class SuggesterStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |