Class: Aws::LocationService::Types::UpdatePlaceIndexRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::UpdatePlaceIndexRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source_configuration ⇒ Types::DataSourceConfiguration
Updates the data storage option for the place index resource.
-
#description ⇒ String
Updates the description for the place index resource.
-
#index_name ⇒ String
The name of the place index resource to update.
-
#pricing_plan ⇒ String
No longer used.
Instance Attribute Details
#data_source_configuration ⇒ Types::DataSourceConfiguration
Updates the data storage option for the place index resource.
6796 6797 6798 6799 6800 6801 6802 6803 |
# File 'lib/aws-sdk-locationservice/types.rb', line 6796 class UpdatePlaceIndexRequest < Struct.new( :index_name, :pricing_plan, :description, :data_source_configuration) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Updates the description for the place index resource.
6796 6797 6798 6799 6800 6801 6802 6803 |
# File 'lib/aws-sdk-locationservice/types.rb', line 6796 class UpdatePlaceIndexRequest < Struct.new( :index_name, :pricing_plan, :description, :data_source_configuration) SENSITIVE = [] include Aws::Structure end |
#index_name ⇒ String
The name of the place index resource to update.
6796 6797 6798 6799 6800 6801 6802 6803 |
# File 'lib/aws-sdk-locationservice/types.rb', line 6796 class UpdatePlaceIndexRequest < Struct.new( :index_name, :pricing_plan, :description, :data_source_configuration) SENSITIVE = [] include Aws::Structure end |
#pricing_plan ⇒ String
No longer used. If included, the only allowed value is ‘RequestBasedUsage`.
6796 6797 6798 6799 6800 6801 6802 6803 |
# File 'lib/aws-sdk-locationservice/types.rb', line 6796 class UpdatePlaceIndexRequest < Struct.new( :index_name, :pricing_plan, :description, :data_source_configuration) SENSITIVE = [] include Aws::Structure end |