Method: Aws::CodeCommit::Types::GetCommentInput#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.
2754 2755 2756 2757 2758 |
# File 'lib/aws-sdk-codecommit/types.rb', line 2754 class GetCommentInput < Struct.new( :comment_id) SENSITIVE = [] include Aws::Structure end |