Class: Aws::CloudSearchDomain::Types::SuggestResponse

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

Overview

Contains the response to a Suggest request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusTypes::SuggestStatus

The status of a SuggestRequest. Contains the resource ID (rid) and how long it took to process the request (timems).



733
734
735
736
737
738
# File 'gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain/types.rb', line 733

class SuggestResponse < Struct.new(
  :status,
  :suggest)
  SENSITIVE = []
  include Aws::Structure
end

#suggestTypes::SuggestModel

Container for the matching search suggestion information.

Returns:



733
734
735
736
737
738
# File 'gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain/types.rb', line 733

class SuggestResponse < Struct.new(
  :status,
  :suggest)
  SENSITIVE = []
  include Aws::Structure
end