Class: Aws::LocationService::Types::SearchPlaceIndexForSuggestionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resultsArray<Types::SearchForSuggestionsResult>

A list of place suggestions that best match the search text.



5641
5642
5643
5644
5645
5646
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 5641

class SearchPlaceIndexForSuggestionsResponse < Struct.new(
  :results,
  :summary)
  SENSITIVE = []
  include Aws::Structure
end

#summaryTypes::SearchPlaceIndexForSuggestionsSummary

Contains a summary of the request. Echoes the input values for BiasPosition, FilterBBox, FilterCountries, Language, MaxResults, and Text. Also includes the DataSource of the place index.



5641
5642
5643
5644
5645
5646
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 5641

class SearchPlaceIndexForSuggestionsResponse < Struct.new(
  :results,
  :summary)
  SENSITIVE = []
  include Aws::Structure
end