![]() |
![]()
| ![]() |
![]()
NAMEPaws::CodeCommit::Comment USAGEThis 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 DESCRIPTIONReturns information about a specific comment. ATTRIBUTESAuthorArn => StrThe 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 => StrA 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 => StrThe system-generated comment ID. Content => StrThe content of the comment. CreationDate => StrThe date and time the comment was created, in timestamp format. Deleted => BoolA Boolean value indicating whether the comment has been deleted. InReplyTo => StrThe ID of the comment for which this comment is a reply, if any. LastModifiedDate => StrThe date and time the comment was most recently modified, in timestamp format. ReactionCounts => Paws::CodeCommit::ReactionCountsMapA string to integer map that represents the number of individual users who have responded to a comment with the specified reactions. SEE ALSOThis class forms part of Paws, describing an object used in Paws::CodeCommit BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|