getComment

inline suspend fun CodeCommitClient.getComment(crossinline block: GetCommentRequest.Builder.() -> Unit): GetCommentResponse

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

Reaction counts might include numbers from user identities who were deleted after the reaction was made. For a count of reactions from active identities, use GetCommentReactions.