class Aws::CodeCommit::Types::CreatePullRequestInput

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

data as a hash:

    {
      title: "Title", # required
      description: "Description",
      targets: [ # required
        {
          repository_name: "RepositoryName", # required
          source_reference: "ReferenceName", # required
          destination_reference: "ReferenceName",
        },
      ],
      client_request_token: "ClientRequestToken",
    }

@!attribute [rw] title

The title of the pull request. This title is used to identify the
pull request to other users in the repository.
@return [String]

@!attribute [rw] description

A description of the pull request.
@return [String]

@!attribute [rw] targets

The targets for the pull request, including the source of the code
to be reviewed (the source branch) and the destination where the
creator of the pull request intends the code to be merged after the
pull request is closed (the destination branch).
@return [Array<Types::Target>]

@!attribute [rw] client_request_token

A unique, client-generated idempotency token that, when provided in
a request, ensures the request cannot be repeated with a changed
parameter. If a request is received with the same parameters and a
token is included, the request returns information about the initial
request that used that token.

<note markdown="1"> The AWS SDKs prepopulate client request tokens. If you are using an
AWS SDK, an idempotency token is created for you.

 </note>

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

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

Constants

SENSITIVE