Struct rusoto_workdocs::DescribeActivitiesRequest [] [src]

pub struct DescribeActivitiesRequest {
    pub authentication_token: Option<String>,
    pub end_time: Option<f64>,
    pub limit: Option<i64>,
    pub marker: Option<String>,
    pub organization_id: Option<String>,
    pub start_time: Option<f64>,
    pub user_id: Option<String>,
}

Fields

Amazon WorkDocs authentication token. This field should not be set when using administrative API actions, as in accessing the API using AWS credentials.

The timestamp that determines the end time of the activities; the response includes the activities performed before the specified timestamp.

The maximum number of items to return.

The marker for the next set of results. (You received this marker from a previous call.)

The ID of the organization. This is a mandatory parameter when using administrative API (SigV4) requests.

The timestamp that determines the starting time of the activities; the response includes the activities performed after the specified timestamp.

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.

Trait Implementations

impl Default for DescribeActivitiesRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for DescribeActivitiesRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeActivitiesRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more