The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::CodeCommit::Comment

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::CodeCommit::Comment object:

  $service_obj->Method(Att1 => { AuthorArn => $value, ..., ReactionCounts => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::CodeCommit::Comment object:

  $result = $service_obj->Method(...);
  $result->Att1->AuthorArn

DESCRIPTION

Returns information about a specific comment.

ATTRIBUTES

AuthorArn => Str

The Amazon Resource Name (ARN) of the person who posted the comment.

CallerReactions => ArrayRef[Str|Undef]

The emoji reactions to a comment, if any, submitted by the user whose credentials are associated with the call to the API.

ClientRequestToken => Str

A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be repeated with a changed parameter. If a request is received with the same parameters and a token is included, the request returns information about the initial request that used that token.

CommentId => Str

The system-generated comment ID.

Content => Str

The content of the comment.

CreationDate => Str

The date and time the comment was created, in timestamp format.

Deleted => Bool

A Boolean value indicating whether the comment has been deleted.

InReplyTo => Str

The ID of the comment for which this comment is a reply, if any.

LastModifiedDate => Str

The date and time the comment was most recently modified, in timestamp format.

ReactionCounts => Paws::CodeCommit::ReactionCountsMap

A string to integer map that represents the number of individual users who have responded to a comment with the specified reactions.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::CodeCommit

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues