Class: Aws::GeoPlaces::Types::SearchNearbyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-geoplaces/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If ‘nextToken` is returned, there are more results available. The value of `nextToken` is a unique pagination token for each page.

Returns:

  • (String)


1937
1938
1939
1940
1941
1942
1943
# File 'lib/aws-sdk-geoplaces/types.rb', line 1937

class SearchNearbyResponse < Struct.new(
  :pricing_bucket,
  :result_items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#pricing_bucketString

The pricing bucket for which the query is charged at.

For more inforamtion on pricing, please visit [Amazon Location Service Pricing].

[1]: aws.amazon.com/location/pricing/

Returns:

  • (String)


1937
1938
1939
1940
1941
1942
1943
# File 'lib/aws-sdk-geoplaces/types.rb', line 1937

class SearchNearbyResponse < Struct.new(
  :pricing_bucket,
  :result_items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#result_itemsArray<Types::SearchNearbyResultItem>

List of places or results returned for a query.

Returns:



1937
1938
1939
1940
1941
1942
1943
# File 'lib/aws-sdk-geoplaces/types.rb', line 1937

class SearchNearbyResponse < Struct.new(
  :pricing_bucket,
  :result_items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end