Class: Aws::DevOpsGuru::Types::InsightFeedback
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::InsightFeedback
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Information about insight feedback received from a customer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#feedback ⇒ String
The feedback provided by the customer.
-
#id ⇒ String
The insight feedback ID.
Instance Attribute Details
#feedback ⇒ String
The feedback provided by the customer.
1396 1397 1398 1399 1400 1401 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 1396 class InsightFeedback < Struct.new( :id, :feedback) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The insight feedback ID.
1396 1397 1398 1399 1400 1401 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 1396 class InsightFeedback < Struct.new( :id, :feedback) SENSITIVE = [] include Aws::Structure end |