class Aws::LocationService::Types::BatchGetDevicePositionRequest

@note When making an API call, you may pass BatchGetDevicePositionRequest

data as a hash:

    {
      device_ids: ["Id"], # required
      tracker_name: "BatchGetDevicePositionRequestTrackerNameString", # required
    }

@!attribute [rw] device_ids

Devices whose position you want to retrieve.

* For example, for two devices:
  `device-ids=DeviceId1&device-ids=DeviceId2`

^
@return [Array<String>]

@!attribute [rw] tracker_name

The tracker resource retrieving the device position.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/location-2020-11-19/BatchGetDevicePositionRequest AWS API Documentation

Constants

SENSITIVE