Class: Aws::CloudSearch::Types::DefineSuggesterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearch::Types::DefineSuggesterResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudsearch/types.rb
Overview
The result of a ‘DefineSuggester` request. Contains the status of the newly-configured suggester.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#suggester ⇒ Types::SuggesterStatus
The value of a ‘Suggester` and its current status.
Instance Attribute Details
#suggester ⇒ Types::SuggesterStatus
The value of a ‘Suggester` and its current status.
485 486 487 488 489 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 485 class DefineSuggesterResponse < Struct.new( :suggester) SENSITIVE = [] include Aws::Structure end |