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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecommit/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:



5537
5538
5539
5540
5541
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 5537

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