Struct rusoto_workdocs::GetFolderPathRequest [] [src]

pub struct GetFolderPathRequest {
    pub authentication_token: Option<String>,
    pub fields: Option<String>,
    pub folder_id: 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.

A comma-separated list of values. Specify "NAME" to include the names of the parent folders.

The ID of the folder.

The maximum number of levels in the hierarchy to return.

This value is not supported.

Trait Implementations

impl Default for GetFolderPathRequest
[src]

[src]

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

impl Debug for GetFolderPathRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetFolderPathRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more