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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codegurureviewer/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.

Returns:

  • (String)


1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
# File 'gems/aws-sdk-codegurureviewer/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 'gems/aws-sdk-codegurureviewer/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 'gems/aws-sdk-codegurureviewer/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 'gems/aws-sdk-codegurureviewer/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 'gems/aws-sdk-codegurureviewer/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.

Returns:

  • (String)


1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
# File 'gems/aws-sdk-codegurureviewer/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