class Aws::CodeCommit::Types::GetMergeConflictsInput
@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/GetMergeConflictsInput AWS API Documentation
@return [String]
only valid value is FAST_FORWARD_MERGE.
The merge option or strategy you want to use to merge the code. The
@!attribute [rw] merge_option
@return [String]
identify a commit. For example, a branch name or a full commit ID.
The branch, tag, HEAD, or other fully qualified reference used to
@!attribute [rw] source_commit_specifier
@return [String]
identify a commit. For example, a branch name or a full commit ID.
The branch, tag, HEAD, or other fully qualified reference used to
@!attribute [rw] destination_commit_specifier
@return [String]
The name of the repository where the pull request was created.
@!attribute [rw] repository_name
}
merge_option: “FAST_FORWARD_MERGE”, # required, accepts FAST_FORWARD_MERGE
source_commit_specifier: “CommitName”, # required
destination_commit_specifier: “CommitName”, # required
repository_name: “RepositoryName”, # required
{
data as a hash:
@note When making an API call, you may pass GetMergeConflictsInput