class Aws::CodeCommit::Types::GetMergeConflictsOutput

@!attribute [rw] mergeable

A Boolean value that indicates whether the code is mergeable by the
specified merge option.
@return [Boolean]

@!attribute [rw] destination_commit_id

The commit ID of the destination commit specifier that was used in
the merge evaluation.
@return [String]

@!attribute [rw] source_commit_id

The commit ID of the source commit specifier that was used in the
merge evaluation.
@return [String]

@!attribute [rw] base_commit_id

The commit ID of the merge base.
@return [String]

@!attribute [rw] conflict_metadata_list

A list of metadata for any conflicting files. If the specified merge
strategy is FAST\_FORWARD\_MERGE, this list is always empty.
@return [Array<Types::ConflictMetadata>]

@!attribute [rw] next_token

An enumeration token that can be used in a request to return the
next batch of the results.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/GetMergeConflictsOutput AWS API Documentation

Constants

SENSITIVE