Class: Aws::LocationService::Types::SearchPlaceIndexForTextResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::SearchPlaceIndexForTextResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#results ⇒ Array<Types::SearchForTextResult>
A list of Places matching the input text.
-
#summary ⇒ Types::SearchPlaceIndexForTextSummary
Contains a summary of the request.
Instance Attribute Details
#results ⇒ Array<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.
6195 6196 6197 6198 6199 6200 |
# File 'lib/aws-sdk-locationservice/types.rb', line 6195 class SearchPlaceIndexForTextResponse < Struct.new( :summary, :results) SENSITIVE = [] include Aws::Structure end |
#summary ⇒ Types::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.
6195 6196 6197 6198 6199 6200 |
# File 'lib/aws-sdk-locationservice/types.rb', line 6195 class SearchPlaceIndexForTextResponse < Struct.new( :summary, :results) SENSITIVE = [] include Aws::Structure end |