ListRepositoriesOutput

public struct ListRepositoriesOutput : AWSShape

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?
  • Lists the repositories called by the list repositories operation.

    Declaration

    Swift

    public let repositories: [RepositoryNameIdPair]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, repositories: [RepositoryNameIdPair]? = nil)