Class: Aws::LocationService::Types::UpdatePlaceIndexRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_configurationTypes::DataSourceConfiguration

Updates the data storage option for the place index resource.



6924
6925
6926
6927
6928
6929
6930
6931
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6924

class UpdatePlaceIndexRequest < Struct.new(
  :index_name,
  :pricing_plan,
  :description,
  :data_source_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Updates the description for the place index resource.

Returns:

  • (String)


6924
6925
6926
6927
6928
6929
6930
6931
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6924

class UpdatePlaceIndexRequest < Struct.new(
  :index_name,
  :pricing_plan,
  :description,
  :data_source_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#index_nameString

The name of the place index resource to update.

Returns:

  • (String)


6924
6925
6926
6927
6928
6929
6930
6931
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6924

class UpdatePlaceIndexRequest < Struct.new(
  :index_name,
  :pricing_plan,
  :description,
  :data_source_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#pricing_planString

No longer used. If included, the only allowed value is RequestBasedUsage.

Returns:

  • (String)


6924
6925
6926
6927
6928
6929
6930
6931
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6924

class UpdatePlaceIndexRequest < Struct.new(
  :index_name,
  :pricing_plan,
  :description,
  :data_source_configuration)
  SENSITIVE = []
  include Aws::Structure
end