locationservice_list_tracker_consumers: Lists geofence collections currently associated to the given...

View source: R/locationservice_operations.R

locationservice_list_tracker_consumersR Documentation

Lists geofence collections currently associated to the given tracker resource

Description

Lists geofence collections currently associated to the given tracker resource.

See https://www.paws-r-sdk.com/docs/locationservice_list_tracker_consumers/ for full documentation.

Usage

locationservice_list_tracker_consumers(
  MaxResults = NULL,
  NextToken = NULL,
  TrackerName
)

Arguments

MaxResults

An optional limit for the number of resources returned in a single call.

Default value: 100

NextToken

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

TrackerName

[required] The tracker resource whose associated geofence collections you want to list.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.