Class: Aws::CodeGuruReviewer::Types::DescribeRecommendationFeedbackResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruReviewer::Types::DescribeRecommendationFeedbackResponse
- Defined in:
- gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recommendation_feedback ⇒ Types::RecommendationFeedback
The recommendation feedback given by the user.
Instance Attribute Details
#recommendation_feedback ⇒ Types::RecommendationFeedback
The recommendation feedback given by the user.
614 615 616 617 618 |
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 614 class DescribeRecommendationFeedbackResponse < Struct.new( :recommendation_feedback) SENSITIVE = [] include Aws::Structure end |