![]() |
![]()
| ![]() |
![]()
NAMEPaws::CodeCommit::CommentsForComparedCommit 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::CommentsForComparedCommit object: $service_obj->Method(Att1 => { AfterBlobId => $value, ..., RepositoryName => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::CodeCommit::CommentsForComparedCommit object: $result = $service_obj->Method(...); $result->Att1->AfterBlobId DESCRIPTIONReturns information about comments on the comparison between two commits. ATTRIBUTESAfterBlobId => StrThe full blob ID of the commit used to establish the after of the comparison. AfterCommitId => StrThe full commit ID of the commit used to establish the after of the comparison. BeforeBlobId => StrThe full blob ID of the commit used to establish the before of the comparison. BeforeCommitId => StrThe full commit ID of the commit used to establish the before of the comparison. Comments => ArrayRef[Paws::CodeCommit::Comment]An array of comment objects. Each comment object contains information about a comment on the comparison between commits. Location => Paws::CodeCommit::LocationLocation information about the comment on the comparison, including the file name, line number, and whether the version of the file where the comment was made is BEFORE or AFTER. RepositoryName => StrThe name of the repository that contains the compared commits. 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>
|