class Aws::CodeCommit::Types::UpdatePullRequestDescriptionInput

@note When making an API call, you may pass UpdatePullRequestDescriptionInput

data as a hash:

    {
      pull_request_id: "PullRequestId", # required
      description: "Description", # required
    }

@!attribute [rw] pull_request_id

The system-generated ID of the pull request. To get this ID, use
ListPullRequests.
@return [String]

@!attribute [rw] description

The updated content of the description for the pull request. This
content replaces the existing description.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/UpdatePullRequestDescriptionInput AWS API Documentation

Constants

SENSITIVE