Class: Aws::Types::PutRecommendationFeedbackRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutRecommendationFeedbackRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_review_arn ⇒ ::String
Returns the value of attribute code_review_arn.
-
#reactions ⇒ ::Array[("ThumbsUp" | "ThumbsDown")]
Returns the value of attribute reactions.
-
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
Instance Attribute Details
#code_review_arn ⇒ ::String
Returns the value of attribute code_review_arn.
265 266 267 |
# File 'sig/types.rbs', line 265 def code_review_arn @code_review_arn end |
#reactions ⇒ ::Array[("ThumbsUp" | "ThumbsDown")]
Returns the value of attribute reactions.
267 268 269 |
# File 'sig/types.rbs', line 267 def reactions @reactions end |
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
266 267 268 |
# File 'sig/types.rbs', line 266 def recommendation_id @recommendation_id end |