Class: Aws::CodeCommit::Types::GetCommentInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::GetCommentInput
- 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.
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 |