Struct rusoto_workspaces::DescribeWorkspacesConnectionStatusRequest [] [src]

pub struct DescribeWorkspacesConnectionStatusRequest {
    pub next_token: Option<PaginationToken>,
    pub workspace_ids: Option<WorkspaceIdList>,
}

Fields

The next token of the request.

An array of strings that contain the identifiers of the WorkSpaces.

Trait Implementations

impl Default for DescribeWorkspacesConnectionStatusRequest
[src]

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

impl Debug for DescribeWorkspacesConnectionStatusRequest
[src]

Formats the value using the given formatter.

impl Clone for DescribeWorkspacesConnectionStatusRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more