Class: Aws::LocationService::Types::ListTrackersResponse

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

#entriesArray<Types::ListTrackersResponseEntry>

Contains tracker resources in your Amazon Web Services account. Details include tracker name, description and timestamps for when the tracker was created and last updated.



4813
4814
4815
4816
4817
4818
# File 'lib/aws-sdk-locationservice/types.rb', line 4813

class ListTrackersResponse < Struct.new(
  :entries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


4813
4814
4815
4816
4817
4818
# File 'lib/aws-sdk-locationservice/types.rb', line 4813

class ListTrackersResponse < Struct.new(
  :entries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end