Class: Aws::CodeGuruReviewer::Types::PutRecommendationFeedbackRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#code_review_arnString

The Amazon Resource Name (ARN) of the CodeReview object.

Returns:

  • (String)


1238
1239
1240
1241
1242
1243
1244
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 1238

class PutRecommendationFeedbackRequest < Struct.new(
  :code_review_arn,
  :recommendation_id,
  :reactions)
  SENSITIVE = []
  include Aws::Structure
end

#reactionsArray<String>

List for storing reactions. Reactions are utf-8 text code for emojis. If you send an empty list it clears all your feedback.

Returns:

  • (Array<String>)


1238
1239
1240
1241
1242
1243
1244
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 1238

class PutRecommendationFeedbackRequest < Struct.new(
  :code_review_arn,
  :recommendation_id,
  :reactions)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_idString

The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.

Returns:

  • (String)


1238
1239
1240
1241
1242
1243
1244
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 1238

class PutRecommendationFeedbackRequest < Struct.new(
  :code_review_arn,
  :recommendation_id,
  :reactions)
  SENSITIVE = []
  include Aws::Structure
end