Struct rusoto_workspaces::RebootRequest [] [src]

pub struct RebootRequest {
    pub workspace_id: WorkspaceId,
}

Contains information used with the RebootWorkspaces operation to reboot a WorkSpace.

Fields

The identifier of the WorkSpace to reboot.

Trait Implementations

impl Default for RebootRequest
[src]

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

impl Debug for RebootRequest
[src]

Formats the value using the given formatter.

impl Clone for RebootRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more