Class: Aws::CodeGuruReviewer::Types::PutRecommendationFeedbackRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruReviewer::Types::PutRecommendationFeedbackRequest
- Defined in:
- gems/aws-sdk-codegurureviewer/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][1] 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.
1237 1238 1239 1240 1241 1242 1243 |
# File 'gems/aws-sdk-codegurureviewer/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 'gems/aws-sdk-codegurureviewer/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 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 1237 class PutRecommendationFeedbackRequest < Struct.new( :code_review_arn, :recommendation_id, :reactions) SENSITIVE = [] include Aws::Structure end |