Class: Aws::CloudSearch::Types::DeleteSuggesterResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb

Overview

The result of a DeleteSuggester request. Contains the status of the deleted suggester.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#suggesterTypes::SuggesterStatus

The status of the suggester being deleted.



652
653
654
655
656
# File 'gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb', line 652

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