Class: Aws::DevOpsGuru::Types::PutFeedbackRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::PutFeedbackRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#insight_feedback ⇒ Types::InsightFeedback
The feedback from customers is about the recommendations in this insight.
Instance Attribute Details
#insight_feedback ⇒ Types::InsightFeedback
The feedback from customers is about the recommendations in this insight.
3237 3238 3239 3240 3241 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3237 class PutFeedbackRequest < Struct.new( :insight_feedback) SENSITIVE = [] include Aws::Structure end |