Class: Aws::LocationService::Types::SearchPlaceIndexForTextResponse

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::SearchForTextResult>

A list of Places matching the input text. Each result contains additional information about the specific point of interest.

Not all response properties are included with all responses. Some properties may only be returned by specific data partners.

Returns:



5876
5877
5878
5879
5880
5881
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 5876

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

#summaryTypes::SearchPlaceIndexForTextSummary

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 and the bounding box, ResultBBox, which surrounds the search results.



5876
5877
5878
5879
5880
5881
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 5876

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