Class: Aws::LocationService::Types::ListTrackerConsumersResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#consumer_arnsArray<String>

Contains the list of geofence collection ARNs associated to the tracker resource.

Returns:

  • (Array<String>)


4515
4516
4517
4518
4519
4520
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4515

class ListTrackerConsumersResponse < Struct.new(
  :consumer_arns,
  :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)


4515
4516
4517
4518
4519
4520
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4515

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