Class: Aws::LocationService::Types::DeletePlaceIndexRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::DeletePlaceIndexRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#index_name ⇒ String
The name of the place index resource to be deleted.
Instance Attribute Details
#index_name ⇒ String
The name of the place index resource to be deleted.
2199 2200 2201 2202 2203 |
# File 'lib/aws-sdk-locationservice/types.rb', line 2199 class DeletePlaceIndexRequest < Struct.new( :index_name) SENSITIVE = [] include Aws::Structure end |