class Aws::CodeCommit::Types::UpdatePullRequestTitleInput

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

data as a hash:

    {
      pull_request_id: "PullRequestId", # required
      title: "Title", # required
    }

@!attribute [rw] pull_request_id

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

@!attribute [rw] title

The updated title of the pull request. This replaces the existing
title.
@return [String]

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

Constants

SENSITIVE