View source: R/codegurureviewer_operations.R
codegurureviewer_list_recommendation_feedback | R Documentation |
Returns a list of RecommendationFeedbackSummary objects that contain customer recommendation feedback for all CodeGuru Reviewer users.
See https://www.paws-r-sdk.com/docs/codegurureviewer_list_recommendation_feedback/ for full documentation.
codegurureviewer_list_recommendation_feedback(
NextToken = NULL,
MaxResults = NULL,
CodeReviewArn,
UserIds = NULL,
RecommendationIds = NULL
)
NextToken |
If |
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. |
UserIds |
An Amazon Web Services user's account ID or Amazon Resource Name (ARN). Use this ID to query the recommendation feedback for a code review from that user. The |
RecommendationIds |
Used to query the recommendation feedback for a given recommendation. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.