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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



6975
6976
6977
6978
6979
6980
6981
6982
# File 'lib/aws-sdk-locationservice/types.rb', line 6975

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.



6975
6976
6977
6978
6979
6980
6981
6982
# File 'lib/aws-sdk-locationservice/types.rb', line 6975

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.



6975
6976
6977
6978
6979
6980
6981
6982
# File 'lib/aws-sdk-locationservice/types.rb', line 6975

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`.



6975
6976
6977
6978
6979
6980
6981
6982
# File 'lib/aws-sdk-locationservice/types.rb', line 6975

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