Class: Aws::CodeCommit::Types::ReactionValueFormats
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::ReactionValueFormats
- 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
-
#emoji ⇒ String
The Emoji Version 1.0 graphic of the reaction.
-
#short_code ⇒ String
The emoji short code for the reaction.
-
#unicode ⇒ String
The Unicode codepoint for the reaction.
Instance Attribute Details
#emoji ⇒ String
The Emoji Version 1.0 graphic of the reaction. These graphics are interpreted slightly differently on different operating systems.
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_code ⇒ String
The emoji short code for the reaction. Short codes are interpreted slightly differently on different operating systems.
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 |
#unicode ⇒ String
The Unicode codepoint for the reaction.
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 |