Class: Aws::LocationService::Types::ListDevicePositionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::ListDevicePositionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter_geometry ⇒ Types::TrackingFilterGeometry
The geometry used to filter device positions.
-
#max_results ⇒ Integer
An optional limit for the number of entries returned in a single call.
-
#next_token ⇒ String
The pagination token specifying which page of results to return in the response.
-
#tracker_name ⇒ String
The tracker resource containing the requested devices.
Instance Attribute Details
#filter_geometry ⇒ Types::TrackingFilterGeometry
The geometry used to filter device positions.
3986 3987 3988 3989 3990 3991 3992 3993 |
# File 'lib/aws-sdk-locationservice/types.rb', line 3986 class ListDevicePositionsRequest < Struct.new( :tracker_name, :max_results, :next_token, :filter_geometry) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
An optional limit for the number of entries returned in a single call.
Default value: ‘100`
3986 3987 3988 3989 3990 3991 3992 3993 |
# File 'lib/aws-sdk-locationservice/types.rb', line 3986 class ListDevicePositionsRequest < Struct.new( :tracker_name, :max_results, :next_token, :filter_geometry) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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`
3986 3987 3988 3989 3990 3991 3992 3993 |
# File 'lib/aws-sdk-locationservice/types.rb', line 3986 class ListDevicePositionsRequest < Struct.new( :tracker_name, :max_results, :next_token, :filter_geometry) SENSITIVE = [] include Aws::Structure end |
#tracker_name ⇒ String
The tracker resource containing the requested devices.
3986 3987 3988 3989 3990 3991 3992 3993 |
# File 'lib/aws-sdk-locationservice/types.rb', line 3986 class ListDevicePositionsRequest < Struct.new( :tracker_name, :max_results, :next_token, :filter_geometry) SENSITIVE = [] include Aws::Structure end |