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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6140
6141
6142
6143
6144
6145
6146
# File 'lib/aws-sdk-codecommit/types.rb', line 6140

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)


6140
6141
6142
6143
6144
6145
6146
# File 'lib/aws-sdk-codecommit/types.rb', line 6140

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

#unicodeString

The Unicode codepoint for the reaction.

Returns:

  • (String)


6140
6141
6142
6143
6144
6145
6146
# File 'lib/aws-sdk-codecommit/types.rb', line 6140

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