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.



6477
6478
6479
6480
6481
6482
6483
6484
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6477

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

#descriptionString

Updates the description for the place index resource.

Returns:

  • (String)


6477
6478
6479
6480
6481
6482
6483
6484
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6477

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

#index_nameString

The name of the place index resource to update.

Returns:

  • (String)


6477
6478
6479
6480
6481
6482
6483
6484
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6477

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

#pricing_planString

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

Returns:

  • (String)


6477
6478
6479
6480
6481
6482
6483
6484
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6477

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