class Aws::CodeCommit::Types::MergePullRequestByFastForwardInput
@note When making an API call, you may pass MergePullRequestByFastForwardInput
data as a hash: { pull_request_id: "PullRequestId", # required repository_name: "RepositoryName", # required source_commit_id: "ObjectId", }
@!attribute [rw] pull_request_id
The system-generated ID of the pull request. To get this ID, use ListPullRequests. @return [String]
@!attribute [rw] repository_name
The name of the repository where the pull request was created. @return [String]
@!attribute [rw] source_commit_id
The full commit ID of the original or updated commit in the pull request source branch. Pass this value if you want an exception thrown if the current commit ID of the tip of the source branch does not match this commit ID. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/MergePullRequestByFastForwardInput AWS API Documentation
Constants
- SENSITIVE