NAME
Paws::WorkDocs::Activity
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::WorkDocs::Activity object:
$service_obj->Method(Att1 => { CommentMetadata => $value, ..., Type => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::WorkDocs::Activity object:
$result = $service_obj->Method(...);
$result->Att1->CommentMetadata
DESCRIPTION
Describes the activity information.
ATTRIBUTES
CommentMetadata => Paws::WorkDocs::CommentMetadata
Metadata of the commenting activity. This is an optional field and is filled for commenting activities.
Initiator => Paws::WorkDocs::UserMetadata
The user who performed the action.
IsIndirectActivity => Bool
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).
OrganizationId => Str
The ID of the organization.
OriginalParent => Paws::WorkDocs::ResourceMetadata
The original parent of the resource. This is an optional field and is filled for move activities.
Participants => Paws::WorkDocs::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.
ResourceMetadata => Paws::WorkDocs::ResourceMetadata
The metadata of the resource involved in the user action.
TimeStamp => Str
The timestamp when the action was performed.
Type => Str
The activity type.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::WorkDocs
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues