Class: Aws::LocationService::Types::ListDevicePositionsRequest

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

#filter_geometryTypes::TrackingFilterGeometry

The geometry used to filter device positions.



3743
3744
3745
3746
3747
3748
3749
3750
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3743

class ListDevicePositionsRequest < Struct.new(
  :filter_geometry,
  :max_results,
  :next_token,
  :tracker_name)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

An optional limit for the number of entries returned in a single call.

Default value: 100

Returns:

  • (Integer)


3743
3744
3745
3746
3747
3748
3749
3750
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3743

class ListDevicePositionsRequest < Struct.new(
  :filter_geometry,
  :max_results,
  :next_token,
  :tracker_name)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


3743
3744
3745
3746
3747
3748
3749
3750
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3743

class ListDevicePositionsRequest < Struct.new(
  :filter_geometry,
  :max_results,
  :next_token,
  :tracker_name)
  SENSITIVE = []
  include Aws::Structure
end

#tracker_nameString

The tracker resource containing the requested devices.

Returns:

  • (String)


3743
3744
3745
3746
3747
3748
3749
3750
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3743

class ListDevicePositionsRequest < Struct.new(
  :filter_geometry,
  :max_results,
  :next_token,
  :tracker_name)
  SENSITIVE = []
  include Aws::Structure
end