class Aws::CodeCommit::Types::GetCommentsForPullRequestInput

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

data as a hash:

    {
      pull_request_id: "PullRequestId", # required
      repository_name: "RepositoryName",
      before_commit_id: "CommitId",
      after_commit_id: "CommitId",
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] pull_request_id

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

@!attribute [rw] repository_name

The name of the repository that contains the pull request.
@return [String]

@!attribute [rw] before_commit_id

The full commit ID of the commit in the destination branch that was
the tip of the branch at the time the pull request was created.
@return [String]

@!attribute [rw] after_commit_id

The full commit ID of the commit in the source branch that was the
tip of the branch at the time the comment was made.
@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. The default is 100 comments. You can return up to
500 comments with a single request.
@return [Integer]

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

Constants

SENSITIVE