Class: Aws::CodeCommit::Types::PostCommentReplyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::PostCommentReplyOutput
- Defined in:
- gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comment ⇒ Types::Comment
Information about the reply to a comment.
Instance Attribute Details
#comment ⇒ Types::Comment
Information about the reply to a comment.
5541 5542 5543 5544 5545 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5541 class PostCommentReplyOutput < Struct.new( :comment) SENSITIVE = [] include Aws::Structure end |