Class: Aws::DevOpsGuru::Types::DescribeFeedbackResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::DescribeFeedbackResponse
- Defined in:
- gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#insight_feedback ⇒ Types::InsightFeedback
Information about insight feedback received from a customer.
Instance Attribute Details
#insight_feedback ⇒ Types::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 |