Class: Aws::CodeCommit::Types::DeleteCommentContentOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeCommit::Types::DeleteCommentContentOutput
 
 
- 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 comment you just deleted.
 
Instance Attribute Details
#comment ⇒ Types::Comment
Information about the comment you just deleted.
      1891 1892 1893 1894 1895  | 
    
      # File 'lib/aws-sdk-codecommit/types.rb', line 1891 class DeleteCommentContentOutput < Struct.new( :comment) SENSITIVE = [] include Aws::Structure end  |