NAME
Paws::CodeCommit::CommentsForComparedCommit
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::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
DESCRIPTION
Returns information about comments on the comparison between two commits.
ATTRIBUTES
AfterBlobId => Str
The full blob ID of the commit used to establish the after of the comparison.
AfterCommitId => Str
The full commit ID of the commit used to establish the after of the comparison.
BeforeBlobId => Str
The full blob ID of the commit used to establish the before of the comparison.
BeforeCommitId => Str
The 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::Location
Location 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 => Str
The name of the repository that contains the compared commits.
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