class Aws::CodeCommit::Types::GetCommentsForComparedCommitInput


@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/GetCommentsForComparedCommitInput AWS API Documentation
@return [Integer]
The default is 100 comments, and is configurable up to 500.
A non-negative integer used to limit the number of returned results.
@!attribute [rw] max_results
@return [String]
next batch of the results.
An enumeration token that when provided in a request, returns the
@!attribute [rw] next_token
@return [String]
ID of the ‘after’ commit.
To establish the directionality of the comparison, the full commit
@!attribute [rw] after_commit_id
@return [String]
ID of the ‘before’ commit.
To establish the directionality of the comparison, the full commit
@!attribute [rw] before_commit_id
@return [String]
The name of the repository where you want to compare commits.
@!attribute [rw] repository_name
}
max_results: 1,
next_token: “NextToken”,
after_commit_id: “CommitId”, # required
before_commit_id: “CommitId”,
repository_name: “RepositoryName”, # required
{
data as a hash:
@note When making an API call, you may pass GetCommentsForComparedCommitInput