class Aws::WorkDocs::Types::DescribeActivitiesRequest
@note When making an API call, you may pass DescribeActivitiesRequest
data as a hash: { authentication_token: "AuthenticationHeaderType", start_time: Time.now, end_time: Time.now, organization_id: "IdType", activity_types: "ActivityNamesFilterType", resource_id: "IdType", user_id: "IdType", include_indirect_activities: false, limit: 1, marker: "MarkerType", }
@!attribute [rw] authentication_token
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API. @return [String]
@!attribute [rw] start_time
The timestamp that determines the starting time of the activities. The response includes the activities performed after the specified timestamp. @return [Time]
@!attribute [rw] end_time
The timestamp that determines the end time of the activities. The response includes the activities performed before the specified timestamp. @return [Time]
@!attribute [rw] organization_id
The ID of the organization. This is a mandatory parameter when using administrative API (SigV4) requests. @return [String]
@!attribute [rw] activity_types
Specifies which activity types to include in the response. If this field is left empty, all activity types are returned. @return [String]
@!attribute [rw] resource_id
The document or folder ID for which to describe activity types. @return [String]
@!attribute [rw] user_id
The ID of the user who performed the action. The response includes activities pertaining to this user. This is an optional parameter and is only applicable for administrative API (SigV4) requests. @return [String]
@!attribute [rw] include_indirect_activities
Includes indirect activities. 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). @return [Boolean]
@!attribute [rw] limit
The maximum number of items to return. @return [Integer]
@!attribute [rw] marker
The marker for the next set of results. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/workdocs-2016-05-01/DescribeActivitiesRequest AWS API Documentation
Constants
- SENSITIVE