Class: Aws::WorkDocs::Types::CommentMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::CommentMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Describes the metadata of a comment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comment_id ⇒ String
The ID of the comment.
-
#comment_status ⇒ String
The status of the comment.
-
#contributor ⇒ Types::User
The user who made the comment.
-
#contributor_id ⇒ String
The ID of the user who made the comment.
-
#created_timestamp ⇒ Time
The timestamp that the comment was created.
-
#recipient_id ⇒ String
The ID of the user being replied to.
Instance Attribute Details
#comment_id ⇒ String
The ID of the comment.
255 256 257 258 259 260 261 262 263 264 |
# File 'lib/aws-sdk-workdocs/types.rb', line 255 class CommentMetadata < Struct.new( :comment_id, :contributor, :created_timestamp, :comment_status, :recipient_id, :contributor_id) SENSITIVE = [] include Aws::Structure end |
#comment_status ⇒ String
The status of the comment.
255 256 257 258 259 260 261 262 263 264 |
# File 'lib/aws-sdk-workdocs/types.rb', line 255 class CommentMetadata < Struct.new( :comment_id, :contributor, :created_timestamp, :comment_status, :recipient_id, :contributor_id) SENSITIVE = [] include Aws::Structure end |
#contributor ⇒ Types::User
The user who made the comment.
255 256 257 258 259 260 261 262 263 264 |
# File 'lib/aws-sdk-workdocs/types.rb', line 255 class CommentMetadata < Struct.new( :comment_id, :contributor, :created_timestamp, :comment_status, :recipient_id, :contributor_id) SENSITIVE = [] include Aws::Structure end |
#contributor_id ⇒ String
The ID of the user who made the comment.
255 256 257 258 259 260 261 262 263 264 |
# File 'lib/aws-sdk-workdocs/types.rb', line 255 class CommentMetadata < Struct.new( :comment_id, :contributor, :created_timestamp, :comment_status, :recipient_id, :contributor_id) SENSITIVE = [] include Aws::Structure end |
#created_timestamp ⇒ Time
The timestamp that the comment was created.
255 256 257 258 259 260 261 262 263 264 |
# File 'lib/aws-sdk-workdocs/types.rb', line 255 class CommentMetadata < Struct.new( :comment_id, :contributor, :created_timestamp, :comment_status, :recipient_id, :contributor_id) SENSITIVE = [] include Aws::Structure end |
#recipient_id ⇒ String
The ID of the user being replied to.
255 256 257 258 259 260 261 262 263 264 |
# File 'lib/aws-sdk-workdocs/types.rb', line 255 class CommentMetadata < Struct.new( :comment_id, :contributor, :created_timestamp, :comment_status, :recipient_id, :contributor_id) SENSITIVE = [] include Aws::Structure end |