A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/CodeCommit/Types/CreatePullRequestInput.html below:

CreatePullRequestInput — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeCommit::Types::CreatePullRequestInput
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing CreatePullRequestInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  title: "Title",   description: "Description",
  targets: [     {
      repository_name: "RepositoryName",       source_reference: "ReferenceName",       destination_reference: "ReferenceName",
    },
  ],
  client_request_token: "ClientRequestToken",
}
Instance Attribute Summary collapse Instance Attribute Details #client_request_token ⇒ String

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.

The AWS SDKs prepopulate client request tokens. If you are using an AWS SDK, an idempotency token is created for you.

#description ⇒ String

A description of the pull request.

#targets ⇒ Array<Types::Target>

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).

#title ⇒ String

The title of the pull request. This title is used to identify the pull request to other users in the repository.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4