Struct rusoto_workspaces::DescribeWorkspaceDirectoriesRequest [] [src]

pub struct DescribeWorkspaceDirectoriesRequest {
    pub directory_ids: Option<Vec<String>>,
    pub next_token: Option<String>,
}

Fields

The identifiers of the directories. If the value is null, all directories are retrieved.

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

Trait Implementations

impl Default for DescribeWorkspaceDirectoriesRequest
[src]

[src]

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

impl Debug for DescribeWorkspaceDirectoriesRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeWorkspaceDirectoriesRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations