BranchInfo
public struct BranchInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the branch.
Declaration
Swift
public let branchName: String? -
The ID of the last commit made to the branch.
Declaration
Swift
public let commitId: String? -
Undocumented
Declaration
Swift
public init(branchName: String? = nil, commitId: String? = nil)
View on GitHub
BranchInfo Structure Reference