Class: Aws::CodeGuruReviewer::Types::RecommendationFeedback
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruReviewer::Types::RecommendationFeedback
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codegurureviewer/types.rb
Overview
Information about the recommendation feedback.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code_review_arn ⇒ String
The Amazon Resource Name (ARN) of the [CodeReview] object.
-
#created_time_stamp ⇒ Time
The time at which the feedback was created.
-
#last_updated_time_stamp ⇒ Time
The time at which the feedback was last updated.
-
#reactions ⇒ Array<String>
List for storing reactions.
-
#recommendation_id ⇒ String
The recommendation ID that can be used to track the provided recommendations.
-
#user_id ⇒ String
The ID of the user that made the API call.
Instance Attribute Details
#code_review_arn ⇒ String
The Amazon Resource Name (ARN) of the [CodeReview] object.
[1]: docs.aws.amazon.com/codeguru/latest/reviewer-api/API_CodeReview.html
1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 |
# File 'lib/aws-sdk-codegurureviewer/types.rb', line 1293 class RecommendationFeedback < Struct.new( :code_review_arn, :recommendation_id, :reactions, :user_id, :created_time_stamp, :last_updated_time_stamp) SENSITIVE = [] include Aws::Structure end |
#created_time_stamp ⇒ Time
The time at which the feedback was created.
1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 |
# File 'lib/aws-sdk-codegurureviewer/types.rb', line 1293 class RecommendationFeedback < Struct.new( :code_review_arn, :recommendation_id, :reactions, :user_id, :created_time_stamp, :last_updated_time_stamp) SENSITIVE = [] include Aws::Structure end |
#last_updated_time_stamp ⇒ Time
The time at which the feedback was last updated.
1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 |
# File 'lib/aws-sdk-codegurureviewer/types.rb', line 1293 class RecommendationFeedback < Struct.new( :code_review_arn, :recommendation_id, :reactions, :user_id, :created_time_stamp, :last_updated_time_stamp) SENSITIVE = [] include Aws::Structure end |
#reactions ⇒ Array<String>
List for storing reactions. Reactions are utf-8 text code for emojis. You can send an empty list to clear off all your feedback.
1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 |
# File 'lib/aws-sdk-codegurureviewer/types.rb', line 1293 class RecommendationFeedback < Struct.new( :code_review_arn, :recommendation_id, :reactions, :user_id, :created_time_stamp, :last_updated_time_stamp) SENSITIVE = [] include Aws::Structure end |
#recommendation_id ⇒ String
The recommendation ID that can be used to track the provided recommendations. Later on it can be used to collect the feedback.
1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 |
# File 'lib/aws-sdk-codegurureviewer/types.rb', line 1293 class RecommendationFeedback < Struct.new( :code_review_arn, :recommendation_id, :reactions, :user_id, :created_time_stamp, :last_updated_time_stamp) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The ID of the user that made the API call.
The ‘UserId` is an IAM principal that can be specified as an Amazon Web Services account ID or an Amazon Resource Name (ARN). For more information, see [ Specifying a Principal] in the *Amazon Web Services Identity and Access Management User Guide*.
1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 |
# File 'lib/aws-sdk-codegurureviewer/types.rb', line 1293 class RecommendationFeedback < Struct.new( :code_review_arn, :recommendation_id, :reactions, :user_id, :created_time_stamp, :last_updated_time_stamp) SENSITIVE = [] include Aws::Structure end |