Class: Aws::DevOpsGuru::Types::DescribeFeedbackRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::DescribeFeedbackRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#insight_id ⇒ String
The ID of the insight for which the feedback was provided.
Instance Attribute Details
#insight_id ⇒ String
The ID of the insight for which the feedback was provided.
753 754 755 756 757 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 753 class DescribeFeedbackRequest < Struct.new( :insight_id) SENSITIVE = [] include Aws::Structure end |