class Aws::CodeCommit::Types::ListRepositoriesInput
Represents the input of a list repositories operation.
@note When making an API call, you may pass ListRepositoriesInput
data as a hash: { next_token: "NextToken", sort_by: "repositoryName", # accepts repositoryName, lastModifiedDate order: "ascending", # accepts ascending, descending }
@!attribute [rw] next_token
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 AWS CodeCommit, another page of 1,000 records is retrieved. @return [String]
@!attribute [rw] sort_by
The criteria used to sort the results of a list repositories operation. @return [String]
@!attribute [rw] order
The order in which to sort the results of a list repositories operation. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/ListRepositoriesInput AWS API Documentation
Constants
- SENSITIVE