Class: Aws::DevOpsGuru::Types::DescribeFeedbackRequest

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_idString

The ID of the insight for which the feedback was provided.

Returns:

  • (String)


753
754
755
756
757
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 753

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