Class: Aws::LocationService::Types::DeleteTrackerRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LocationService::Types::DeleteTrackerRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-locationservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #tracker_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the tracker resource to be deleted.
 
Instance Attribute Details
#tracker_name ⇒ String
The name of the tracker resource to be deleted.
      2233 2234 2235 2236 2237  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 2233 class DeleteTrackerRequest < Struct.new( :tracker_name) SENSITIVE = [] include Aws::Structure end  |