class Aws::CodeCommit::Types::PutCommentReactionInput

@note When making an API call, you may pass PutCommentReactionInput

data as a hash:

    {
      comment_id: "CommentId", # required
      reaction_value: "ReactionValue", # required
    }

@!attribute [rw] comment_id

The ID of the comment to which you want to add or update a reaction.
@return [String]

@!attribute [rw] reaction_value

The emoji reaction you want to add or update. To remove a reaction,
provide a value of blank or null. You can also provide the value of
none. For information about emoji reaction values supported in AWS
CodeCommit, see the [AWS CodeCommit User Guide][1].

[1]: https://docs.aws.amazon.com/codecommit/latest/userguide/how-to-commit-comment.html#emoji-reaction-table
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/PutCommentReactionInput AWS API Documentation

Constants

SENSITIVE