Struct rusoto_workspaces::RebootWorkspacesResult [] [src]

pub struct RebootWorkspacesResult {
    pub failed_requests: Option<Vec<FailedWorkspaceChangeRequest>>,
}

Contains the results of the RebootWorkspaces operation.

Fields

An array of structures representing any WorkSpaces that could not be rebooted.

Trait Implementations

impl Default for RebootWorkspacesResult
[src]

[src]

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

impl Debug for RebootWorkspacesResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for RebootWorkspacesResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more