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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecommit/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 'gems/aws-sdk-codecommit/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.

Returns:

  • (String)


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

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