Class: Aws::LocationService::Types::SearchPlaceIndexForPositionResponse

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

Returns a list of Places closest to the specified position. Each result contains additional information about the Places returned.

Returns:



5438
5439
5440
5441
5442
5443
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 5438

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

#summaryTypes::SearchPlaceIndexForPositionSummary

Contains a summary of the request. Echoes the input values for Position, Language, MaxResults, and the DataSource of the place index.



5438
5439
5440
5441
5442
5443
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 5438

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