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
)
If nextToken
is returned, there are more results available. The value
of nextToken
is a unique pagination token for each page. Make the call
again using the returned token to retrieve the next page. Keep all other
arguments unchanged.
The maximum number of results that are returned per call. The default is 100.
[required] The Amazon Resource Name (ARN) of the CodeReview object.
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 UserId
is an IAM principal that can be specified as an Amazon Web
Services account ID or an Amazon Resource Name (ARN). For more
information, see Specifying a Principal
in the Amazon Web Services Identity and Access Management User Guide.
Used to query the recommendation feedback for a given recommendation.