Class: Aws::CodeGuruReviewer::Types::RecommendationFeedback
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruReviewer::Types::RecommendationFeedback
- Defined in:
- gems/aws-sdk-codegurureviewer/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
][1] 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.
1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 |
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 1559 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.
1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 |
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 1559 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.
1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 |
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 1559 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.
1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 |
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 1559 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.
1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 |
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 1559 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.
1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 |
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 1559 class RecommendationFeedback < Struct.new( :code_review_arn, :recommendation_id, :reactions, :user_id, :created_time_stamp, :last_updated_time_stamp) SENSITIVE = [] include Aws::Structure end |