Class: Aws::CloudSearch::Types::DefineSuggesterResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#suggesterTypes::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