class Aws::LocationService::Types::GetDevicePositionHistoryRequest
@note When making an API call, you may pass GetDevicePositionHistoryRequest
data as a hash: { device_id: "Id", # required end_time_exclusive: Time.now, next_token: "Token", start_time_inclusive: Time.now, tracker_name: "ResourceName", # required }
@!attribute [rw] device_id
The device whose position history you want to retrieve. @return [String]
@!attribute [rw] end_time_exclusive
Specify the end time for the position history in [ ISO 8601][1] format: `YYYY-MM-DDThh:mm:ss.sssZ`. By default, the value will be the time that the request is made. Requirement: * The time specified for `EndTimeExclusive` must be after the time for `StartTimeInclusive`. ^ [1]: https://www.iso.org/iso-8601-date-and-time-format.html @return [Time]
@!attribute [rw] next_token
The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page. Default value: `null` @return [String]
@!attribute [rw] start_time_inclusive
Specify the start time for the position history in [ ISO 8601][1] format: `YYYY-MM-DDThh:mm:ss.sssZ`. By default, the value will be 24 hours prior to the time that the request is made. Requirement: * The time specified for `StartTimeInclusive` must be before `EndTimeExclusive`. ^ [1]: https://www.iso.org/iso-8601-date-and-time-format.html @return [Time]
@!attribute [rw] tracker_name
The tracker resource receiving the request for the device position history. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/location-2020-11-19/GetDevicePositionHistoryRequest AWS API Documentation
Constants
- SENSITIVE