Class: Aws::LocationService::Types::BatchGetDevicePositionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_positionsArray<Types::DevicePosition>

Contains device position details such as the device ID, position, and timestamps for when the position was received and sampled.

Returns:



395
396
397
398
399
400
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 395

class BatchGetDevicePositionResponse < Struct.new(
  :device_positions,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#errorsArray<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 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 395

class BatchGetDevicePositionResponse < Struct.new(
  :device_positions,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end