Struct rusoto_workspaces::RebootWorkspacesRequest [] [src]

pub struct RebootWorkspacesRequest {
    pub reboot_workspace_requests: Vec<RebootRequest>,
}

Contains the inputs for the RebootWorkspaces operation.

Fields

An array of structures that specify the WorkSpaces to reboot.

Trait Implementations

impl Default for RebootWorkspacesRequest
[src]

[src]

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

impl Debug for RebootWorkspacesRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for RebootWorkspacesRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more