Class: Aws::LocationService::Types::GetDevicePositionHistoryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::GetDevicePositionHistoryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_positions ⇒ Array<Types::DevicePosition>
Contains the position history details for the requested device.
-
#next_token ⇒ String
A pagination token indicating there are additional pages available.
Instance Attribute Details
#device_positions ⇒ Array<Types::DevicePosition>
Contains the position history details for the requested device.
3295 3296 3297 3298 3299 3300 |
# File 'lib/aws-sdk-locationservice/types.rb', line 3295 class GetDevicePositionHistoryResponse < Struct.new( :device_positions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.
3295 3296 3297 3298 3299 3300 |
# File 'lib/aws-sdk-locationservice/types.rb', line 3295 class GetDevicePositionHistoryResponse < Struct.new( :device_positions, :next_token) SENSITIVE = [] include Aws::Structure end |