class Aws::CodeCommit::Types::GetCommentsForComparedCommitInput

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

data as a hash:

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

@!attribute [rw] repository_name

The name of the repository where you want to compare commits.
@return [String]

@!attribute [rw] before_commit_id

To establish the directionality of the comparison, the full commit
ID of the before commit.
@return [String]

@!attribute [rw] after_commit_id

To establish the directionality of the comparison, the full commit
ID of the after commit.
@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, but you can configure
up to 500.
@return [Integer]

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

Constants

SENSITIVE