List paginators
list_paginators | 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)