You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about the recommendation feedback.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#code_review_arnString

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

Returns:

  • (String)

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

#created_time_stampTime

The time at which the feedback was created.

Returns:

  • (Time)

    The time at which the feedback was created.

#last_updated_time_stampTime

The time at which the feedback was last updated.

Returns:

  • (Time)

    The time at which the feedback was last updated.

#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>)

    List for storing reactions.

#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)

    The recommendation ID that can be used to track the provided recommendations.

#user_idString

The ID of the user that made the API call.

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

Returns:

  • (String)

    The ID of the user that made the API call.