Class: Aws::CodeCommit::Types::GetCommentOutput

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

The contents of the comment.

Returns:



2947
2948
2949
2950
2951
# File 'lib/aws-sdk-codecommit/types.rb', line 2947

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