- Navigation Guide
@aws-sdk/client-codecommit
GetCommentsForComparedCommitCommandOutput Interface
The output of GetCommentsForComparedCommitCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
commentsForComparedCommitData | CommentsForComparedCommit[] | undefined | A list of comment objects on the compared commit. |
nextToken | string | undefined | An enumeration token that can be used in a request to return the next batch of the results. |
Full Signature
export interface GetCommentsForComparedCommitCommandOutput extends GetCommentsForComparedCommitOutput, MetadataBearer