Class: Aws::CloudSearch::Types::BuildSuggestersResponse

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

Overview

The result of a BuildSuggester request. Contains a list of the fields used for suggestions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_namesArray<String>

A list of field names.

Returns:

  • (Array<String>)


214
215
216
217
218
# File 'gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb', line 214

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