Class: Aws::GeoPlaces::Types::SuggestResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoPlaces::Types::SuggestResponse
- Defined in:
- gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pricing_bucket ⇒ String
The pricing bucket for which the query is charged at.
-
#query_refinements ⇒ Array<Types::QueryRefinement>
Maximum number of query terms to be returned for use with a search text query.
-
#result_items ⇒ Array<Types::SuggestResultItem>
List of places or results returned for a query.
Instance Attribute Details
#pricing_bucket ⇒ String
The pricing bucket for which the query is charged at.
For more information on pricing, please visit Amazon Location Service Pricing.
3195 3196 3197 3198 3199 3200 3201 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 3195 class SuggestResponse < Struct.new( :pricing_bucket, :result_items, :query_refinements) SENSITIVE = [] include Aws::Structure end |
#query_refinements ⇒ Array<Types::QueryRefinement>
Maximum number of query terms to be returned for use with a search text query.
3195 3196 3197 3198 3199 3200 3201 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 3195 class SuggestResponse < Struct.new( :pricing_bucket, :result_items, :query_refinements) SENSITIVE = [] include Aws::Structure end |
#result_items ⇒ Array<Types::SuggestResultItem>
List of places or results returned for a query.
3195 3196 3197 3198 3199 3200 3201 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 3195 class SuggestResponse < Struct.new( :pricing_bucket, :result_items, :query_refinements) SENSITIVE = [] include Aws::Structure end |