class Aws::CodeCommit::Types::ListRepositoriesInput
@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/ListRepositoriesInput AWS API Documentation
@return [String]
operation.
The order in which to sort the results of a list repositories
@!attribute [rw] order
@return [String]
operation.
The criteria used to sort the results of a list repositories
@!attribute [rw] sort_by
@return [String]
another page of 1,000 records is retrieved.
operations. When the client sends the token back to AWS CodeCommit,
of the operation. Batch sizes are 1,000 for list repository
An enumeration token that allows the operation to batch the results
@!attribute [rw] next_token
}
order: “ascending”, # accepts ascending, descending
sort_by: “repositoryName”, # accepts repositoryName, lastModifiedDate
next_token: “NextToken”,
{
data as a hash:
@note When making an API call, you may pass ListRepositoriesInput
Represents the input of a list repositories operation.