CreateBranchInput

public struct CreateBranchInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the new branch to create.

    Declaration

    Swift

    public let branchName: String
  • The ID of the commit to point the new branch to.

    Declaration

    Swift

    public let commitId: String
  • The name of the repository in which you want to create the new branch.

    Declaration

    Swift

    public let repositoryName: String
  • Undocumented

    Declaration

    Swift

    public init(branchName: String, commitId: String, repositoryName: String)
  • Declaration

    Swift

    public func validate(name: String) throws