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

Class: Aws::CodeGuruReviewer::Types::RecommendationFeedbackSummary

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

Overview

Information about recommendation feedback summaries.

Instance Attribute Summary collapse

Instance Attribute Details

#reactionsArray<String>

List for storing reactions. Reactions are utf-8 text code for emojis.

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 gave the feedback.

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 gave the feedback.