Class: Aws::WorkDocs::Types::CreateCommentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::CreateCommentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comment ⇒ Types::Comment
The comment that has been created.
Instance Attribute Details
#comment ⇒ Types::Comment
The comment that has been created.
351 352 353 354 355 |
# File 'lib/aws-sdk-workdocs/types.rb', line 351 class CreateCommentResponse < Struct.new( :comment) SENSITIVE = [] include Aws::Structure end |