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

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

#filter_geometryTypes::TrackingFilterGeometry

The geometry used to filter device positions.



4166
4167
4168
4169
4170
4171
4172
4173
# File 'lib/aws-sdk-locationservice/types.rb', line 4166

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

#max_resultsInteger

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

Default value: ‘100`



4166
4167
4168
4169
4170
4171
4172
4173
# File 'lib/aws-sdk-locationservice/types.rb', line 4166

class ListDevicePositionsRequest < Struct.new(
  :tracker_name,
  :max_results,
  :next_token,
  :filter_geometry)
  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`



4166
4167
4168
4169
4170
4171
4172
4173
# File 'lib/aws-sdk-locationservice/types.rb', line 4166

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

#tracker_nameString

The tracker resource containing the requested devices.



4166
4167
4168
4169
4170
4171
4172
4173
# File 'lib/aws-sdk-locationservice/types.rb', line 4166

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