Class: Aws::LocationService::Types::ListTrackerConsumersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::ListTrackerConsumersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#consumer_arns ⇒ Array<String>
Contains the list of geofence collection ARNs associated to the tracker resource.
-
#next_token ⇒ String
A pagination token indicating there are additional pages available.
Instance Attribute Details
#consumer_arns ⇒ Array<String>
Contains the list of geofence collection ARNs associated to the tracker resource.
4768 4769 4770 4771 4772 4773 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4768 class ListTrackerConsumersResponse < Struct.new( :consumer_arns, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
4768 4769 4770 4771 4772 4773 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4768 class ListTrackerConsumersResponse < Struct.new( :consumer_arns, :next_token) SENSITIVE = [] include Aws::Structure end |