![]() |
![]()
| ![]() |
![]()
NAMEPaws::CodeCommit::CommentsForPullRequest 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::CommentsForPullRequest 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::CommentsForPullRequest object: $result = $service_obj->Method(...); $result->Att1->AfterBlobId DESCRIPTIONReturns information about comments on a pull request. ATTRIBUTESAfterBlobId => StrThe full blob ID of the file on which you want to comment on the source commit. AfterCommitId => StrThe full commit ID of the commit that was the tip of the source branch at the time the comment was made. BeforeBlobId => StrThe full blob ID of the file on which you want to comment on the destination commit. BeforeCommitId => StrThe full commit ID of the commit that was the tip of the destination branch when the pull request was created. This commit is superceded by the after commit in the source branch when and if you merge the source branch into the destination branch. Comments => ArrayRef[Paws::CodeCommit::Comment]An array of comment objects. Each comment object contains information about a comment on the pull request. Location => Paws::CodeCommit::LocationLocation information about the comment on the pull request, including the file name, line number, and whether the version of the file where the comment was made is BEFORE (destination branch) or AFTER (source branch). PullRequestId => StrThe system-generated ID of the pull request. RepositoryName => StrThe name of the repository that contains the pull request. 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>
|