class Aws::CodeCommit::Types::UpdatePullRequestStatusInput
@note When making an API call, you may pass UpdatePullRequestStatusInput
data as a hash: { pull_request_id: "PullRequestId", # required pull_request_status: "OPEN", # required, accepts OPEN, CLOSED }
@!attribute [rw] pull_request_id
The system-generated ID of the pull request. To get this ID, use ListPullRequests. @return [String]
@!attribute [rw] pull_request_status
The status of the pull request. The only valid operations are to update the status from `OPEN` to `OPEN`, `OPEN` to `CLOSED` or from `CLOSED` to `CLOSED`. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/UpdatePullRequestStatusInput AWS API Documentation
Constants
- SENSITIVE