Class: Aws::CodeGuruProfiler::Types::UserFeedback
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::UserFeedback
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeguruprofiler/types.rb
Overview
Feedback that can be submitted for each instance of an anomaly by the user. Feedback is be used for improvements in generating recommendations for the application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
Optional ‘Positive` or `Negative` feedback submitted by the user about whether the recommendation is useful or not.
Instance Attribute Details
#type ⇒ String
Optional ‘Positive` or `Negative` feedback submitted by the user about whether the recommendation is useful or not.
1995 1996 1997 1998 1999 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 1995 class UserFeedback < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |