Class: Aws::Types::DescribeRecommendationFeedbackRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRecommendationFeedbackRequest
- 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.
-
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#code_review_arn ⇒ ::String
Returns the value of attribute code_review_arn.
125 126 127 |
# File 'sig/types.rbs', line 125 def code_review_arn @code_review_arn end |
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
126 127 128 |
# File 'sig/types.rbs', line 126 def recommendation_id @recommendation_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
127 128 129 |
# File 'sig/types.rbs', line 127 def user_id @user_id end |