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.
codegurureviewer_list_recommendations(
NextToken = NULL,
MaxResults = NULL,
CodeReviewArn
)
Pagination token.
The maximum number of results that are returned per call. The default is 100.
[required] The Amazon Resource Name (ARN) of the CodeReview object.