Class: Aws::LocationService::Types::GetDevicePositionHistoryResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_positionsArray<Types::DevicePosition>

Contains the position history details for the requested device.

Returns:



3051
3052
3053
3054
3055
3056
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3051

class GetDevicePositionHistoryResponse < Struct.new(
  :device_positions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


3051
3052
3053
3054
3055
3056
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3051

class GetDevicePositionHistoryResponse < Struct.new(
  :device_positions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end