Class: Aws::LocationService::Types::DeleteMapRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LocationService::Types::DeleteMapRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-locationservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #map_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the map resource to be deleted.
 
Instance Attribute Details
#map_name ⇒ String
The name of the map resource to be deleted.
      2185 2186 2187 2188 2189  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 2185 class DeleteMapRequest < Struct.new( :map_name) SENSITIVE = [] include Aws::Structure end  |