class Aws::LocationService::Types::BatchUpdateDevicePositionRequest

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

data as a hash:

    {
      tracker_name: "ResourceName", # required
      updates: [ # required
        {
          device_id: "Id", # required
          position: [1.0], # required
          sample_time: Time.now, # required
        },
      ],
    }

@!attribute [rw] tracker_name

The name of the tracker resource to update.
@return [String]

@!attribute [rw] updates

Contains the position update details for each device.
@return [Array<Types::DevicePositionUpdate>]

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

Constants

SENSITIVE