Class: Aws::CodeCommit::Types::DeleteCommentContentInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::DeleteCommentContentInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comment_id ⇒ String
The unique, system-generated ID of the comment.
Instance Attribute Details
#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 |