Class: Aws::WorkDocs::Types::CreateCommentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::CreateCommentResponse
- Defined in:
- gems/aws-sdk-workdocs/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 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 351 class CreateCommentResponse < Struct.new( :comment) SENSITIVE = [] include Aws::Structure end |