Class: Aws::LocationService::Types::SearchPlaceIndexForSuggestionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::SearchPlaceIndexForSuggestionsResponse
- Defined in:
- gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#results ⇒ Array<Types::SearchForSuggestionsResult>
A list of place suggestions that best match the search text.
-
#summary ⇒ Types::SearchPlaceIndexForSuggestionsSummary
Contains a summary of the request.
Instance Attribute Details
#results ⇒ Array<Types::SearchForSuggestionsResult>
A list of place suggestions that best match the search text.
6139 6140 6141 6142 6143 6144 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6139 class SearchPlaceIndexForSuggestionsResponse < Struct.new( :summary, :results) SENSITIVE = [] include Aws::Structure end |
#summary ⇒ Types::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.
6139 6140 6141 6142 6143 6144 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6139 class SearchPlaceIndexForSuggestionsResponse < Struct.new( :summary, :results) SENSITIVE = [] include Aws::Structure end |