class Aws::CodeGuruReviewer::Types::DescribeRecommendationFeedbackRequest

@note When making an API call, you may pass DescribeRecommendationFeedbackRequest

data as a hash:

    {
      code_review_arn: "Arn", # required
      recommendation_id: "RecommendationId", # required
      user_id: "UserId",
    }

@!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] user_id

Optional parameter to describe the feedback for a given user. If
this is not supplied, it defaults to the user making the request.

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 [String]

@see docs.aws.amazon.com/goto/WebAPI/codeguru-reviewer-2019-09-19/DescribeRecommendationFeedbackRequest AWS API Documentation

Constants

SENSITIVE