Class: Aws::GeoPlaces::Types::SearchTextResponse

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)


2195
2196
2197
2198
2199
2200
2201
# File 'lib/aws-sdk-geoplaces/types.rb', line 2195

class SearchTextResponse < 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)


2195
2196
2197
2198
2199
2200
2201
# File 'lib/aws-sdk-geoplaces/types.rb', line 2195

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

#result_itemsArray<Types::SearchTextResultItem>

List of places or results returned for a query.

Returns:



2195
2196
2197
2198
2199
2200
2201
# File 'lib/aws-sdk-geoplaces/types.rb', line 2195

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