Class: Aws::Types::RecommendationFeedback
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationFeedback
- 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.
-
#created_time_stamp ⇒ ::Time
Returns the value of attribute created_time_stamp.
-
#last_updated_time_stamp ⇒ ::Time
Returns the value of attribute last_updated_time_stamp.
-
#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
#code_review_arn ⇒ ::String
Returns the value of attribute code_review_arn.
275 276 277 |
# File 'sig/types.rbs', line 275 def code_review_arn @code_review_arn end |
#created_time_stamp ⇒ ::Time
Returns the value of attribute created_time_stamp.
279 280 281 |
# File 'sig/types.rbs', line 279 def created_time_stamp @created_time_stamp end |
#last_updated_time_stamp ⇒ ::Time
Returns the value of attribute last_updated_time_stamp.
280 281 282 |
# File 'sig/types.rbs', line 280 def last_updated_time_stamp @last_updated_time_stamp end |
#reactions ⇒ ::Array[("ThumbsUp" | "ThumbsDown")]
Returns the value of attribute reactions.
277 278 279 |
# File 'sig/types.rbs', line 277 def reactions @reactions end |
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
276 277 278 |
# File 'sig/types.rbs', line 276 def recommendation_id @recommendation_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
278 279 280 |
# File 'sig/types.rbs', line 278 def user_id @user_id end |