DescribeMergeConflictsOutput
public struct DescribeMergeConflictsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The commit ID of the merge base.
Declaration
Swift
public let baseCommitId: String?
-
Contains metadata about the conflicts found in the merge.
Declaration
Swift
public let conflictMetadata: ConflictMetadata
-
The commit ID of the destination commit specifier that was used in the merge evaluation.
Declaration
Swift
public let destinationCommitId: String
-
A list of merge hunks of the differences between the files or lines.
Declaration
Swift
public let mergeHunks: [MergeHunk]
-
An enumeration token that can be used in a request to return the next batch of the results.
Declaration
Swift
public let nextToken: String?
-
The commit ID of the source commit specifier that was used in the merge evaluation.
Declaration
Swift
public let sourceCommitId: String
-
Undocumented
Declaration
Swift
public init(baseCommitId: String? = nil, conflictMetadata: ConflictMetadata, destinationCommitId: String, mergeHunks: [MergeHunk], nextToken: String? = nil, sourceCommitId: String)