DeleteBranchInput
public struct DeleteBranchInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the branch to delete.
Declaration
Swift
public let branchName: String
-
The name of the repository that contains the branch to be deleted.
Declaration
Swift
public let repositoryName: String
-
Undocumented
Declaration
Swift
public init(branchName: String, repositoryName: String)
-
Declaration
Swift
public func validate(name: String) throws