Method: Aws::CodeCommit::Types::DeleteCommentContentInput#comment_id

Defined in:
lib/aws-sdk-codecommit/types.rb

#comment_idString

The unique, system-generated ID of the comment. To get this ID, use GetCommentsForComparedCommit or GetCommentsForPullRequest.

Returns:

  • (String)


1877
1878
1879
1880
1881
# File 'lib/aws-sdk-codecommit/types.rb', line 1877

class DeleteCommentContentInput < Struct.new(
  :comment_id)
  SENSITIVE = []
  include Aws::Structure
end