You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeCommit::Types::UpdateCommentInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateCommentInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#comment_idString

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

Returns:

  • (String)

    The system-generated ID of the comment you want to update.

#contentString

The updated content to replace the existing content of the comment.

Returns:

  • (String)

    The updated content to replace the existing content of the comment.