Class: Aws::CodeGuruProfiler::Types::UserFeedback

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codeguruprofiler/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

Instance Attribute Details

#typeString

Optional Positive or Negative feedback submitted by the user about whether the recommendation is useful or not.

Returns:

  • (String)


1995
1996
1997
1998
1999
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 1995

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