Struct rusoto_workdocs::DescribeUsersRequest [] [src]

pub struct DescribeUsersRequest {
    pub authentication_token: Option<String>,
    pub fields: Option<String>,
    pub include: Option<String>,
    pub limit: Option<i64>,
    pub marker: Option<String>,
    pub order: Option<String>,
    pub organization_id: Option<String>,
    pub query: Option<String>,
    pub sort: Option<String>,
    pub user_ids: 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.

A comma-separated list of values. Specify "STORAGE_METADATA" to include the user storage quota and utilization information.

The state of the users. Specify "ALL" to include inactive users.

The maximum number of items to return.

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

The order for the results.

The ID of the organization.

A query to filter users by user name.

The sorting criteria.

The IDs of the users.

Trait Implementations

impl Default for DescribeUsersRequest
[src]

[src]

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

impl Debug for DescribeUsersRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeUsersRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more