Class: Aws::LocationService::Types::SearchPlaceIndexForSuggestionsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LocationService::Types::SearchPlaceIndexForSuggestionsResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-locationservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #results  ⇒ Array<Types::SearchForSuggestionsResult> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of place suggestions that best match the search text.
 - 
  
    
      #summary  ⇒ Types::SearchPlaceIndexForSuggestionsSummary 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains a summary of the request.
 
Instance Attribute Details
#results ⇒ Array<Types::SearchForSuggestionsResult>
A list of place suggestions that best match the search text.
      5962 5963 5964 5965 5966 5967  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 5962 class SearchPlaceIndexForSuggestionsResponse < Struct.new( :summary, :results) SENSITIVE = [] include Aws::Structure end  | 
  
#summary ⇒ Types::SearchPlaceIndexForSuggestionsSummary
Contains a summary of the request. Echoes the input values for ‘BiasPosition`, `FilterBBox`, `FilterCountries`, `Language`, `MaxResults`, and `Text`. Also includes the `DataSource` of the place index.
      5962 5963 5964 5965 5966 5967  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 5962 class SearchPlaceIndexForSuggestionsResponse < Struct.new( :summary, :results) SENSITIVE = [] include Aws::Structure end  |