class Aws::CodeCommit::Types::MergeBranchesByFastForwardInput
@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/MergeBranchesByFastForwardInput AWS API Documentation
@return [String]
The branch where the merge is applied.
@!attribute [rw] target_branch
@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]
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]
The name of the repository where you want to merge two branches.
@!attribute [rw] repository_name