locationservice_list_geofences: Lists geofences stored in a given geofence collection

View source: R/locationservice_operations.R

locationservice_list_geofencesR Documentation

Lists geofences stored in a given geofence collection

Description

Lists geofences stored in a given geofence collection.

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

Usage

locationservice_list_geofences(
  CollectionName,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

CollectionName

[required] The name of the geofence collection storing the list of geofences.

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

MaxResults

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

Default value: 100


paws.application.integration documentation built on Sept. 12, 2024, 6:11 a.m.