Class: Aws::CodeCommit::Types::GetCommentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::GetCommentOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comment ⇒ Types::Comment
The contents of the comment.
Instance Attribute Details
#comment ⇒ Types::Comment
The contents of the comment.
2766 2767 2768 2769 2770 |
# File 'lib/aws-sdk-codecommit/types.rb', line 2766 class GetCommentOutput < Struct.new( :comment) SENSITIVE = [] include Aws::Structure end |