class Aws::CodeCommit::Types::UpdatePullRequestStatusInput


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