Class: Aws::LocationService::Types::ListDevicePositionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entriesArray<Types::ListDevicePositionsResponseEntry>

Contains details about each device’s last known position.



4007
4008
4009
4010
4011
4012
# File 'lib/aws-sdk-locationservice/types.rb', line 4007

class ListDevicePositionsResponse < Struct.new(
  :entries,
  :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)


4007
4008
4009
4010
4011
4012
# File 'lib/aws-sdk-locationservice/types.rb', line 4007

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