Class: Aws::CodeGuruReviewer::Types::RecommendationFeedback

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

Overview

Information about the recommendation feedback.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#code_review_arnString

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

[1]: docs.aws.amazon.com/codeguru/latest/reviewer-api/API_CodeReview.html

Returns:

  • (String)


1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
# File 'lib/aws-sdk-codegurureviewer/types.rb', line 1293

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

#created_time_stampTime

The time at which the feedback was created.

Returns:

  • (Time)


1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
# File 'lib/aws-sdk-codegurureviewer/types.rb', line 1293

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

#last_updated_time_stampTime

The time at which the feedback was last updated.

Returns:

  • (Time)


1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
# File 'lib/aws-sdk-codegurureviewer/types.rb', line 1293

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

#reactionsArray<String>

List for storing reactions. Reactions are utf-8 text code for emojis. You can send an empty list to clear off all your feedback.

Returns:

  • (Array<String>)


1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
# File 'lib/aws-sdk-codegurureviewer/types.rb', line 1293

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

#recommendation_idString

The recommendation ID that can be used to track the provided recommendations. Later on it can be used to collect the feedback.

Returns:

  • (String)


1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
# File 'lib/aws-sdk-codegurureviewer/types.rb', line 1293

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

#user_idString

The ID of the user that made the API call.

The ‘UserId` is an IAM principal that can be specified as an Amazon Web Services account ID or an Amazon Resource Name (ARN). For more information, see [ Specifying a Principal] in the *Amazon Web Services Identity and Access Management User Guide*.

[1]: docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html#Principal_specifying

Returns:

  • (String)


1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
# File 'lib/aws-sdk-codegurureviewer/types.rb', line 1293

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