class Aws::CodeCommit::Types::MergeBranchesByFastForwardInput
@note When making an API call, you may pass MergeBranchesByFastForwardInput
data as a hash: { repository_name: "RepositoryName", # required source_commit_specifier: "CommitName", # required destination_commit_specifier: "CommitName", # required target_branch: "BranchName", }
@!attribute [rw] repository_name
The name of the repository where you want to merge two branches. @return [String]
@!attribute [rw] source_commit_specifier
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID). @return [String]
@!attribute [rw] destination_commit_specifier
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID). @return [String]
@!attribute [rw] target_branch
The branch where the merge is applied. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/MergeBranchesByFastForwardInput AWS API Documentation
Constants
- SENSITIVE