Class: Aws::CodeGuruReviewer::Types::DescribeRecommendationFeedbackResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#recommendation_feedbackTypes::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