ListBranchesInput

public struct ListBranchesInput : AWSShape
extension CodeCommit.ListBranchesInput: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An enumeration token that allows the operation to batch the results.

    Declaration

    Swift

    public let nextToken: String?
  • The name of the repository that contains the branches.

    Declaration

    Swift

    public let repositoryName: String
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, repositoryName: String)
  • Declaration

    Swift

    public func validate(name: String) throws