codecommit_get_comment_reactions: Returns information about reactions to a specified comment ID

View source: R/codecommit_operations.R

codecommit_get_comment_reactionsR Documentation

Returns information about reactions to a specified comment ID

Description

Returns information about reactions to a specified comment ID. Reactions from users who have been deleted will not be included in the count.

See https://www.paws-r-sdk.com/docs/codecommit_get_comment_reactions/ for full documentation.

Usage

codecommit_get_comment_reactions(
  commentId,
  reactionUserArn = NULL,
  nextToken = NULL,
  maxResults = NULL
)

Arguments

commentId

[required] The ID of the comment for which you want to get reactions information.

reactionUserArn

Optional. The Amazon Resource Name (ARN) of the user or identity for which you want to get reaction information.

nextToken

An enumeration token that, when provided in a request, returns the next batch of the results.

maxResults

A non-zero, non-negative integer used to limit the number of returned results. The default is the same as the allowed maximum, 1,000.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.