class Aws::CodeCommit::Types::ListPullRequestsInput

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

data as a hash:

    {
      repository_name: "RepositoryName", # required
      author_arn: "Arn",
      pull_request_status: "OPEN", # accepts OPEN, CLOSED
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] repository_name

The name of the repository for which you want to list pull requests.
@return [String]

@!attribute [rw] author_arn

Optional. The Amazon Resource Name (ARN) of the user who created the
pull request. If used, this filters the results to pull requests
created by that user.
@return [String]

@!attribute [rw] pull_request_status

Optional. The status of the pull request. If used, this refines the
results to the pull requests that match the specified status.
@return [String]

@!attribute [rw] next_token

An enumeration token that, when provided in a request, returns the
next batch of the results.
@return [String]

@!attribute [rw] max_results

A non-zero, non-negative integer used to limit the number of
returned results.
@return [Integer]

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

Constants

SENSITIVE