Class: Aws::LocationService::Types::BatchDeleteDevicePositionHistoryRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LocationService::Types::BatchDeleteDevicePositionHistoryRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-locationservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #device_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Devices whose position history you want to delete.
 - 
  
    
      #tracker_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the tracker resource to delete the device position history from.
 
Instance Attribute Details
#device_ids ⇒ Array<String>
Devices whose position history you want to delete.
- 
For example, for two devices: ‘“DeviceIds” : [DeviceId1,DeviceId2]`
 
^
      211 212 213 214 215 216  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 211 class BatchDeleteDevicePositionHistoryRequest < Struct.new( :tracker_name, :device_ids) SENSITIVE = [] include Aws::Structure end  | 
  
#tracker_name ⇒ String
The name of the tracker resource to delete the device position history from.
      211 212 213 214 215 216  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 211 class BatchDeleteDevicePositionHistoryRequest < Struct.new( :tracker_name, :device_ids) SENSITIVE = [] include Aws::Structure end  |