DeleteBranchOutput
public struct DeleteBranchOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the branch deleted by the operation, including the branch name and the commit ID that was the tip of the branch.
Declaration
Swift
public let deletedBranch: BranchInfo?
-
Undocumented
Declaration
Swift
public init(deletedBranch: BranchInfo? = nil)