Struct rusoto_workdocs::DescribeRootFoldersRequest [] [src]

pub struct DescribeRootFoldersRequest {
    pub authentication_token: String,
    pub limit: Option<i64>,
    pub marker: 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 maximum number of items to return.

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

Trait Implementations

impl Default for DescribeRootFoldersRequest
[src]

[src]

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

impl Debug for DescribeRootFoldersRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeRootFoldersRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more