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`
^
374 375 376 377 378 379 |
# File 'lib/aws-sdk-locationservice/types.rb', line 374 class BatchGetDevicePositionRequest < Struct.new( :tracker_name, :device_ids) SENSITIVE = [] include Aws::Structure end |
#tracker_name ⇒ String
The tracker resource retrieving the device position.
374 375 376 377 378 379 |
# File 'lib/aws-sdk-locationservice/types.rb', line 374 class BatchGetDevicePositionRequest < Struct.new( :tracker_name, :device_ids) SENSITIVE = [] include Aws::Structure end |