Class: Aws::Types::RecommendationFeedbackSummary
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationFeedbackSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reactions ⇒ ::Array[("ThumbsUp" | "ThumbsDown")]
Returns the value of attribute reactions.
-
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#reactions ⇒ ::Array[("ThumbsUp" | "ThumbsDown")]
Returns the value of attribute reactions.
286 287 288 |
# File 'sig/types.rbs', line 286 def reactions @reactions end |
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
285 286 287 |
# File 'sig/types.rbs', line 285 def recommendation_id @recommendation_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
287 288 289 |
# File 'sig/types.rbs', line 287 def user_id @user_id end |