class Aws::CodeCommit::Types::UpdateCommentInput

@note When making an API call, you may pass UpdateCommentInput

data as a hash:

    {
      comment_id: "CommentId", # required
      content: "Content", # required
    }

@!attribute [rw] comment_id

The system-generated ID of the comment you want to update. To get
this ID, use GetCommentsForComparedCommit or
GetCommentsForPullRequest.
@return [String]

@!attribute [rw] content

The updated content to replace the existing content of the comment.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/UpdateCommentInput AWS API Documentation

Constants

SENSITIVE