class Aws::CodeGuruReviewer::Types::ListRecommendationsRequest

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

data as a hash:

    {
      next_token: "NextToken",
      max_results: 1,
      code_review_arn: "Arn", # required
    }

@!attribute [rw] next_token

Pagination token.
@return [String]

@!attribute [rw] max_results

The maximum number of results that are returned per call. The
default is 100.
@return [Integer]

@!attribute [rw] code_review_arn

The Amazon Resource Name (ARN) of the [ `CodeReview` ][1] object.

[1]: https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_CodeReview.html
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codeguru-reviewer-2019-09-19/ListRecommendationsRequest AWS API Documentation

Constants

SENSITIVE