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.
      2201 2202 2203 2204 2205  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 2201 class DeletePlaceIndexRequest < Struct.new( :index_name) SENSITIVE = [] include Aws::Structure end  |