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

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

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

Overview

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

Returned by:

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)

    The Emoji Version 1.0 graphic of the reaction.

#short_codeString

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

Returns:

  • (String)

    The emoji short code for the reaction.

#unicodeString

The Unicode codepoint for the reaction.

Returns:

  • (String)

    The Unicode codepoint for the reaction.