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]

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

impl Debug for DescribeWorkspaceDirectoriesRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeWorkspaceDirectoriesRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescribeWorkspaceDirectoriesRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations