Struct rusoto_workspaces::DescribeWorkspacesConnectionStatusResult [] [src]

pub struct DescribeWorkspacesConnectionStatusResult {
    pub next_token: Option<String>,
    pub workspaces_connection_status: Option<Vec<WorkspaceConnectionStatus>>,
}

Fields

The token to use to retrieve the next set of results, or null if there are no more results available.

Information about the connection status of the WorkSpace.

Trait Implementations

impl Default for DescribeWorkspacesConnectionStatusResult
[src]

[src]

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

impl Debug for DescribeWorkspacesConnectionStatusResult
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeWorkspacesConnectionStatusResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations