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

Class: Aws::CodeCommit::Types::PutCommentReactionInput

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

Overview

Note:

When passing PutCommentReactionInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#comment_idString

The ID of the comment to which you want to add or update a reaction.

Returns:

  • (String)

    The ID of the comment to which you want to add or update a reaction.

#reaction_valueString

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.

Returns:

  • (String)

    The emoji reaction you want to add or update.