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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codecommit/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


5907
5908
5909
5910
5911
5912
# File 'lib/aws-sdk-codecommit/types.rb', line 5907

class PutCommentReactionInput < Struct.new(
  :comment_id,
  :reaction_value)
  SENSITIVE = []
  include Aws::Structure
end

#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 CodeCommit, see the [CodeCommit User Guide].

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

Returns:

  • (String)


5907
5908
5909
5910
5911
5912
# File 'lib/aws-sdk-codecommit/types.rb', line 5907

class PutCommentReactionInput < Struct.new(
  :comment_id,
  :reaction_value)
  SENSITIVE = []
  include Aws::Structure
end