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.
1889 1890 1891 1892 1893 |
# File 'lib/aws-sdk-codecommit/types.rb', line 1889 class DeleteCommentContentOutput < Struct.new( :comment) SENSITIVE = [] include Aws::Structure end |