Class: Aws::DevOpsGuru::Types::InsightFeedback

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb

Overview

Information about insight feedback received from a customer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#feedbackString

The feedback provided by the customer.

Returns:

  • (String)


1396
1397
1398
1399
1400
1401
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1396

class InsightFeedback < Struct.new(
  :id,
  :feedback)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The insight feedback ID.

Returns:

  • (String)


1396
1397
1398
1399
1400
1401
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1396

class InsightFeedback < Struct.new(
  :id,
  :feedback)
  SENSITIVE = []
  include Aws::Structure
end