Class: Aws::CodeCommit::Types::PostCommentReplyOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codecommit/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commentTypes::Comment

Information about the reply to a comment.

Returns:



5722
5723
5724
5725
5726
# File 'lib/aws-sdk-codecommit/types.rb', line 5722

class PostCommentReplyOutput < Struct.new(
  :comment)
  SENSITIVE = []
  include Aws::Structure
end