class Aws::CodeCommit::Types::GetCommentReactionsInput

@note When making an API call, you may pass GetCommentReactionsInput

data as a hash:

    {
      comment_id: "CommentId", # required
      reaction_user_arn: "Arn",
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] comment_id

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

@!attribute [rw] reaction_user_arn

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

@!attribute [rw] next_token

An enumeration token that, when provided in a request, returns the
next batch of the results.
@return [String]

@!attribute [rw] max_results

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.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/GetCommentReactionsInput AWS API Documentation

Constants

SENSITIVE