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
}
target_branch: “BranchName”,
destination_commit_specifier: “CommitName”, # required
source_commit_specifier: “CommitName”, # required
repository_name: “RepositoryName”, # required
{
data as a hash:
@note When making an API call, you may pass MergeBranchesByFastForwardInput