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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 '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 'lib/aws-sdk-cloudsearchdomain/types.rb', line 733

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