Class: Aws::DevOpsGuru::Types::PutFeedbackRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#insight_feedbackTypes::InsightFeedback

The feedback from customers is about the recommendations in this insight.



3237
3238
3239
3240
3241
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3237

class PutFeedbackRequest < Struct.new(
  :insight_feedback)
  SENSITIVE = []
  include Aws::Structure
end