Class: Aws::LocationService::Types::DeleteGeofenceCollectionRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LocationService::Types::DeleteGeofenceCollectionRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-locationservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #collection_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the geofence collection to be deleted.
 
Instance Attribute Details
#collection_name ⇒ String
The name of the geofence collection to be deleted.
      2137 2138 2139 2140 2141  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 2137 class DeleteGeofenceCollectionRequest < Struct.new( :collection_name) SENSITIVE = [] include Aws::Structure end  |