codegurureviewer_list_recommendations: Returns the list of all recommendations for a completed code...

View source: R/codegurureviewer_operations.R

codegurureviewer_list_recommendationsR Documentation

Returns the list of all recommendations for a completed code review

Description

Returns the list of all recommendations for a completed code review.

See https://www.paws-r-sdk.com/docs/codegurureviewer_list_recommendations/ for full documentation.

Usage

codegurureviewer_list_recommendations(
  NextToken = NULL,
  MaxResults = NULL,
  CodeReviewArn
)

Arguments

NextToken

Pagination token.

MaxResults

The maximum number of results that are returned per call. The default is 100.

CodeReviewArn

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


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.