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.



6798
6799
6800
6801
6802
6803
6804
6805
# File 'lib/aws-sdk-locationservice/types.rb', line 6798

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)


6798
6799
6800
6801
6802
6803
6804
6805
# File 'lib/aws-sdk-locationservice/types.rb', line 6798

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)


6798
6799
6800
6801
6802
6803
6804
6805
# File 'lib/aws-sdk-locationservice/types.rb', line 6798

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)


6798
6799
6800
6801
6802
6803
6804
6805
# File 'lib/aws-sdk-locationservice/types.rb', line 6798

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