list_paginators {paws.common} | R Documentation |
List methods that can be paginated from a paws client.
Description
List methods that can be paginated from a paws client.
Usage
list_paginators(svc)
Arguments
svc |
paws client (for example |
Value
character vector of functions that can be paginated.
Examples
## Not run:
# Note: where svc is a paws client.
list_paginators(svc)
## End(Not run)
[Package paws.common version 0.7.4 Index]