Class: Aws::LocationService::Types::BatchGetDevicePositionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LocationService::Types::BatchGetDevicePositionResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-locationservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #device_positions  ⇒ Array<Types::DevicePosition> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains device position details such as the device ID, position, and timestamps for when the position was received and sampled.
 - 
  
    
      #errors  ⇒ Array<Types::BatchGetDevicePositionError> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains error details for each device that failed to send its position to the tracker resource.
 
Instance Attribute Details
#device_positions ⇒ Array<Types::DevicePosition>
Contains device position details such as the device ID, position, and timestamps for when the position was received and sampled.
      395 396 397 398 399 400  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 395 class BatchGetDevicePositionResponse < Struct.new( :errors, :device_positions) SENSITIVE = [] include Aws::Structure end  | 
  
#errors ⇒ Array<Types::BatchGetDevicePositionError>
Contains error details for each device that failed to send its position to the tracker resource.
      395 396 397 398 399 400  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 395 class BatchGetDevicePositionResponse < Struct.new( :errors, :device_positions) SENSITIVE = [] include Aws::Structure end  |