Class: Aws::CodeCommit::Types::ReactionValueFormats

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

Overview

Information about the values for reactions to a comment. CodeCommit supports a limited set of reactions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#emojiString

The Emoji Version 1.0 graphic of the reaction. These graphics are interpreted slightly differently on different operating systems.

Returns:

  • (String)


6136
6137
6138
6139
6140
6141
6142
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6136

class ReactionValueFormats < Struct.new(
  :emoji,
  :short_code,
  :unicode)
  SENSITIVE = []
  include Aws::Structure
end

#short_codeString

The emoji short code for the reaction. Short codes are interpreted slightly differently on different operating systems.

Returns:

  • (String)


6136
6137
6138
6139
6140
6141
6142
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6136

class ReactionValueFormats < Struct.new(
  :emoji,
  :short_code,
  :unicode)
  SENSITIVE = []
  include Aws::Structure
end

#unicodeString

The Unicode codepoint for the reaction.

Returns:

  • (String)


6136
6137
6138
6139
6140
6141
6142
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6136

class ReactionValueFormats < Struct.new(
  :emoji,
  :short_code,
  :unicode)
  SENSITIVE = []
  include Aws::Structure
end