You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::WorkDocs::Types::Activity
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::Activity
- Defined in:
- (unknown)
Overview
Describes the activity information.
Instance Attribute Summary collapse
-
#comment_metadata ⇒ Types::CommentMetadata
Metadata of the commenting activity.
-
#initiator ⇒ Types::UserMetadata
The user who performed the action.
-
#is_indirect_activity ⇒ Boolean
Indicates whether an activity is indirect or direct.
-
#organization_id ⇒ String
The ID of the organization.
-
#original_parent ⇒ Types::ResourceMetadata
The original parent of the resource.
-
#participants ⇒ Types::Participants
The list of users or groups impacted by this action.
-
#resource_metadata ⇒ Types::ResourceMetadata
The metadata of the resource involved in the user action.
-
#time_stamp ⇒ Time
The timestamp when the action was performed.
-
#type ⇒ String
The activity type.
Instance Attribute Details
#comment_metadata ⇒ Types::CommentMetadata
Metadata of the commenting activity. This is an optional field and is filled for commenting activities.
#initiator ⇒ Types::UserMetadata
The user who performed the action.
#is_indirect_activity ⇒ Boolean
Indicates whether an activity is indirect or direct. An indirect activity results from a direct activity performed on a parent resource. For example, sharing a parent folder (the direct activity) shares all of the subfolders and documents within the parent folder (the indirect activity).
#organization_id ⇒ String
The ID of the organization.
#original_parent ⇒ Types::ResourceMetadata
The original parent of the resource. This is an optional field and is filled for move activities.
#participants ⇒ Types::Participants
The list of users or groups impacted by this action. This is an optional field and is filled for the following sharing activities: DOCUMENT_SHARED, DOCUMENT_SHARED, DOCUMENT_UNSHARED, FOLDER_SHARED, FOLDER_UNSHARED.
#resource_metadata ⇒ Types::ResourceMetadata
The metadata of the resource involved in the user action.
#time_stamp ⇒ Time
The timestamp when the action was performed.
#type ⇒ String
The activity type.
Possible values:
- DOCUMENT_CHECKED_IN
- DOCUMENT_CHECKED_OUT
- DOCUMENT_RENAMED
- DOCUMENT_VERSION_UPLOADED
- DOCUMENT_VERSION_DELETED
- DOCUMENT_VERSION_VIEWED
- DOCUMENT_VERSION_DOWNLOADED
- DOCUMENT_RECYCLED
- DOCUMENT_RESTORED
- DOCUMENT_REVERTED
- DOCUMENT_SHARED
- DOCUMENT_UNSHARED
- DOCUMENT_SHARE_PERMISSION_CHANGED
- DOCUMENT_SHAREABLE_LINK_CREATED
- DOCUMENT_SHAREABLE_LINK_REMOVED
- DOCUMENT_SHAREABLE_LINK_PERMISSION_CHANGED
- DOCUMENT_MOVED
- DOCUMENT_COMMENT_ADDED
- DOCUMENT_COMMENT_DELETED
- DOCUMENT_ANNOTATION_ADDED
- DOCUMENT_ANNOTATION_DELETED
- FOLDER_CREATED
- FOLDER_DELETED
- FOLDER_RENAMED
- FOLDER_RECYCLED
- FOLDER_RESTORED
- FOLDER_SHARED
- FOLDER_UNSHARED
- FOLDER_SHARE_PERMISSION_CHANGED
- FOLDER_SHAREABLE_LINK_CREATED
- FOLDER_SHAREABLE_LINK_REMOVED
- FOLDER_SHAREABLE_LINK_PERMISSION_CHANGED
- FOLDER_MOVED