class Aws::CodeCommit::Types::DescribeMergeConflictsOutput


@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/DescribeMergeConflictsOutput AWS API Documentation
@return [String]
The commit ID of the merge base.
@!attribute [rw] base_commit_id
@return [String]
merge evaluation.
The commit ID of the source commit specifier that was used in the
@!attribute [rw] source_commit_id
@return [String]
the merge evaluation.
The commit ID of the destination commit specifier that was used in
@!attribute [rw] destination_commit_id
@return [String]
next batch of the results.
An enumeration token that can be used in a request to return the
@!attribute [rw] next_token
@return [Array<Types::MergeHunk>]
A list of merge hunks of the differences between the files or lines.
@!attribute [rw] merge_hunks
@return [Types::ConflictMetadata]
Contains metadata about the conflicts found in the merge.
@!attribute [rw] conflict_metadata