codecommit_list_repositories {paws.developer.tools} | R Documentation |
Gets information about one or more repositories
Description
Gets information about one or more repositories.
See https://www.paws-r-sdk.com/docs/codecommit_list_repositories/ for full documentation.
Usage
codecommit_list_repositories(nextToken = NULL, sortBy = NULL, order = NULL)
Arguments
nextToken |
An enumeration token that allows the operation to batch the results of the operation. Batch sizes are 1,000 for list repository operations. When the client sends the token back to CodeCommit, another page of 1,000 records is retrieved. |
sortBy |
The criteria used to sort the results of a list repositories operation. |
order |
The order in which to sort the results of a list repositories operation. |
[Package paws.developer.tools version 0.9.0 Index]