codecommit_get_comment {paws.developer.tools}R Documentation

Returns the content of a comment made on a change, file, or commit in a repository

Description

Returns the content of a comment made on a change, file, or commit in a repository.

See https://www.paws-r-sdk.com/docs/codecommit_get_comment/ for full documentation.

Usage

codecommit_get_comment(commentId)

Arguments

commentId

[required] The unique, system-generated ID of the comment. To get this ID, use get_comments_for_compared_commit or get_comments_for_pull_request.


[Package paws.developer.tools version 0.9.0 Index]