class Aws::LocationService::Types::DevicePositionUpdate

Contains the position update details for a device.

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

data as a hash:

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

@!attribute [rw] device_id

The device associated to the position update.
@return [String]

@!attribute [rw] position

The latest device position defined in [WGS 84][1] format: `[X or
longitude, Y or latitude]`.

[1]: https://earth-info.nga.mil/GandG/wgs84/index.html
@return [Array<Float>]

@!attribute [rw] sample_time

The timestamp at which the device's position was determined. Uses
[ISO 8601][1] format: `YYYY-MM-DDThh:mm:ss.sssZ`

[1]: https://www.iso.org/iso-8601-date-and-time-format.html
@return [Time]

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

Constants

SENSITIVE