Class: Aws::DevOpsGuru::Types::DescribeFeedbackResponse

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

Information about insight feedback received from a customer.



765
766
767
768
769
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 765

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