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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudsearch/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 'gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb', line 485

class DefineSuggesterResponse < Struct.new(
  :suggester)
  SENSITIVE = []
  include Aws::Structure
end