Class: Aws::GeoPlaces::Types::SuggestResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoPlaces::Types::SuggestResponse
- Includes:
- Structure
- Defined in:
- 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 inforamtion on pricing, please visit [Amazon Location Service Pricing].
2715 2716 2717 2718 2719 2720 2721 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 2715 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.
2715 2716 2717 2718 2719 2720 2721 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 2715 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.
2715 2716 2717 2718 2719 2720 2721 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 2715 class SuggestResponse < Struct.new( :pricing_bucket, :result_items, :query_refinements) SENSITIVE = [] include Aws::Structure end |