MergeMetadata
public struct MergeMetadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A Boolean value indicating whether the merge has been made.
Declaration
Swift
public let isMerged: Bool?
-
The commit ID for the merge commit, if any.
Declaration
Swift
public let mergeCommitId: String?
-
The Amazon Resource Name (ARN) of the user who merged the branches.
Declaration
Swift
public let mergedBy: String?
-
The merge strategy used in the merge.
Declaration
Swift
public let mergeOption: MergeOptionTypeEnum?
-
Undocumented
Declaration
Swift
public init(isMerged: Bool? = nil, mergeCommitId: String? = nil, mergedBy: String? = nil, mergeOption: MergeOptionTypeEnum? = nil)