Method: Aws::LocationService::Types::SearchPlaceIndexForTextSummary#data_source

Defined in:
lib/aws-sdk-locationservice/types.rb

#data_sourceString

The geospatial data provider attached to the place index resource specified in the request. Values can be one of the following:

  • Esri

  • Grab

  • Here

For more information about data providers, see [Amazon Location Service data providers].

[1]: docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html

Returns:

  • (String)


6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
# File 'lib/aws-sdk-locationservice/types.rb', line 6278

class SearchPlaceIndexForTextSummary < Struct.new(
  :text,
  :bias_position,
  :filter_b_box,
  :filter_countries,
  :max_results,
  :result_b_box,
  :data_source,
  :language,
  :filter_categories)
  SENSITIVE = [:text, :bias_position, :filter_b_box, :result_b_box]
  include Aws::Structure
end