Class: Aws::LocationService::Types::ListTrackerConsumersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::ListTrackerConsumersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
An optional limit for the number of resources 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 whose associated geofence collections you want to list.
Instance Attribute Details
#max_results ⇒ Integer
An optional limit for the number of resources returned in a single call.
Default value: ‘100`
4747 4748 4749 4750 4751 4752 4753 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4747 class ListTrackerConsumersRequest < Struct.new( :tracker_name, :max_results, :next_token) 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`
4747 4748 4749 4750 4751 4752 4753 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4747 class ListTrackerConsumersRequest < Struct.new( :tracker_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#tracker_name ⇒ String
The tracker resource whose associated geofence collections you want to list.
4747 4748 4749 4750 4751 4752 4753 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4747 class ListTrackerConsumersRequest < Struct.new( :tracker_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |