Method: Aws::CodeCommit::Types::DeleteCommentContentInput#comment_id
- Defined in:
- lib/aws-sdk-codecommit/types.rb
#comment_id ⇒ String
The unique, system-generated ID of the comment. To get this ID, use GetCommentsForComparedCommit or GetCommentsForPullRequest.
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 |