class Aws::CodeGuruReviewer::Types::ListRecommendationFeedbackRequest
@note When making an API call, you may pass ListRecommendationFeedbackRequest
data as a hash: { next_token: "NextToken", max_results: 1, code_review_arn: "Arn", # required user_ids: ["UserId"], recommendation_ids: ["RecommendationId"], }
@!attribute [rw] next_token
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. @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]
@!attribute [rw] user_ids
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][1] in the *Amazon Web Services Identity and Access Management User Guide*. [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html#Principal_specifying @return [Array<String>]
@!attribute [rw] recommendation_ids
Used to query the recommendation feedback for a given recommendation. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/codeguru-reviewer-2019-09-19/ListRecommendationFeedbackRequest AWS API Documentation
Constants
- SENSITIVE