class Aws::CodeCommit::Types::GetMergeConflictsOutput


@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/GetMergeConflictsOutput AWS API Documentation
@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::ConflictMetadata>]
strategy is FAST_FORWARD_MERGE, this list is always empty.
A list of metadata for any conflicting files. If the specified merge
@!attribute [rw] conflict_metadata_list
@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 [Boolean]
specified merge option.
A Boolean value that indicates whether the code is mergeable by the
@!attribute [rw] mergeable