Class: Aws::CodeGuruReviewer::Types::PutRecommendationFeedbackRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruReviewer::Types::PutRecommendationFeedbackRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codegurureviewer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code_review_arn ⇒ String
The Amazon Resource Name (ARN) of the [CodeReview] object.
-
#reactions ⇒ Array<String>
List for storing reactions.
-
#recommendation_id ⇒ String
The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.
Instance Attribute Details
#code_review_arn ⇒ String
The Amazon Resource Name (ARN) of the [CodeReview] object.
[1]: docs.aws.amazon.com/codeguru/latest/reviewer-api/API_CodeReview.html
1237 1238 1239 1240 1241 1242 1243 |
# File 'lib/aws-sdk-codegurureviewer/types.rb', line 1237 class PutRecommendationFeedbackRequest < Struct.new( :code_review_arn, :recommendation_id, :reactions) SENSITIVE = [] include Aws::Structure end |
#reactions ⇒ Array<String>
List for storing reactions. Reactions are utf-8 text code for emojis. If you send an empty list it clears all your feedback.
1237 1238 1239 1240 1241 1242 1243 |
# File 'lib/aws-sdk-codegurureviewer/types.rb', line 1237 class PutRecommendationFeedbackRequest < Struct.new( :code_review_arn, :recommendation_id, :reactions) SENSITIVE = [] include Aws::Structure end |
#recommendation_id ⇒ String
The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.
1237 1238 1239 1240 1241 1242 1243 |
# File 'lib/aws-sdk-codegurureviewer/types.rb', line 1237 class PutRecommendationFeedbackRequest < Struct.new( :code_review_arn, :recommendation_id, :reactions) SENSITIVE = [] include Aws::Structure end |