Class: Aws::CodeCommit::Types::ReactionForComment

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

Overview

Information about the reaction values provided by users on a comment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reactionTypes::ReactionValueFormats

The reaction for a specified comment.



6102
6103
6104
6105
6106
6107
6108
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6102

class ReactionForComment < Struct.new(
  :reaction,
  :reaction_users,
  :reactions_from_deleted_users_count)
  SENSITIVE = []
  include Aws::Structure
end

#reaction_usersArray<String>

The Amazon Resource Names (ARNs) of users who have provided reactions to the comment.

Returns:

  • (Array<String>)


6102
6103
6104
6105
6106
6107
6108
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6102

class ReactionForComment < Struct.new(
  :reaction,
  :reaction_users,
  :reactions_from_deleted_users_count)
  SENSITIVE = []
  include Aws::Structure
end

#reactions_from_deleted_users_countInteger

A numerical count of users who reacted with the specified emoji whose identities have been subsequently deleted from IAM. While these IAM users or roles no longer exist, the reactions might still appear in total reaction counts.

Returns:

  • (Integer)


6102
6103
6104
6105
6106
6107
6108
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6102

class ReactionForComment < Struct.new(
  :reaction,
  :reaction_users,
  :reactions_from_deleted_users_count)
  SENSITIVE = []
  include Aws::Structure
end