Class: Aws::GeoPlaces::Types::SearchTextResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoPlaces::Types::SearchTextResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-geoplaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If ‘nextToken` is returned, there are more results available.
-
#pricing_bucket ⇒ String
The pricing bucket for which the query is charged at.
-
#result_items ⇒ Array<Types::SearchTextResultItem>
List of places or results returned for a query.
Instance Attribute Details
#next_token ⇒ String
If ‘nextToken` is returned, there are more results available. The value of `nextToken` is a unique pagination token for each page.
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_bucket ⇒ String
The pricing bucket for which the query is charged at.
For more inforamtion on pricing, please visit [Amazon Location Service Pricing].
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_items ⇒ Array<Types::SearchTextResultItem>
List of places or results returned for a query.
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 |