Class: Aws::CodeCommit::Types::PostCommentReplyOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeCommit::Types::PostCommentReplyOutput
 
- Includes:
- Structure
- Defined in:
- 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.
| 5543 5544 5545 5546 5547 | # File 'lib/aws-sdk-codecommit/types.rb', line 5543 class PostCommentReplyOutput < Struct.new( :comment) SENSITIVE = [] include Aws::Structure end |