Class: Aws::LocationService::Types::BatchGetDevicePositionRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LocationService::Types::BatchGetDevicePositionRequest
 
 
- 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 you want to retrieve.
 - 
  
    
      #tracker_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tracker resource retrieving the device position.
 
Instance Attribute Details
#device_ids ⇒ Array<String>
Devices whose position you want to retrieve.
- 
For example, for two devices: ‘device-ids=DeviceId1&device-ids=DeviceId2`
 
^
      376 377 378 379 380 381  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 376 class BatchGetDevicePositionRequest < Struct.new( :tracker_name, :device_ids) SENSITIVE = [] include Aws::Structure end  | 
  
#tracker_name ⇒ String
The tracker resource retrieving the device position.
      376 377 378 379 380 381  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 376 class BatchGetDevicePositionRequest < Struct.new( :tracker_name, :device_ids) SENSITIVE = [] include Aws::Structure end  |