class Aws::CodeGuruReviewer::Types::PutRecommendationFeedbackRequest
@note When making an API call, you may pass PutRecommendationFeedbackRequest
data as a hash: { code_review_arn: "Arn", # required recommendation_id: "RecommendationId", # required reactions: ["ThumbsUp"], # required, accepts ThumbsUp, ThumbsDown }
@!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] recommendation_id
The recommendation ID that can be used to track the provided recommendations and then to collect the feedback. @return [String]
@!attribute [rw] reactions
List for storing reactions. Reactions are utf-8 text code for emojis. If you send an empty list it clears all your feedback. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/codeguru-reviewer-2019-09-19/PutRecommendationFeedbackRequest AWS API Documentation
Constants
- SENSITIVE