ListRepositoriesInput
public struct ListRepositoriesInput : AWSShape
extension CodeCommit.ListRepositoriesInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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.
Declaration
Swift
public let nextToken: String?
-
The order in which to sort the results of a list repositories operation.
Declaration
Swift
public let order: OrderEnum?
-
The criteria used to sort the results of a list repositories operation.
Declaration
Swift
public let sortBy: SortByEnum?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, order: OrderEnum? = nil, sortBy: SortByEnum? = nil)
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> CodeCommit.ListRepositoriesInput