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.
393 394 395 396 397 398 |
# File 'lib/aws-sdk-locationservice/types.rb', line 393 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.
393 394 395 396 397 398 |
# File 'lib/aws-sdk-locationservice/types.rb', line 393 class BatchGetDevicePositionResponse < Struct.new( :errors, :device_positions) SENSITIVE = [] include Aws::Structure end |