Struct rusoto_workspaces::RebuildWorkspacesResult [] [src]

pub struct RebuildWorkspacesResult {
    pub failed_requests: Option<FailedRebuildWorkspaceRequests>,
}

Contains the results of the RebuildWorkspaces operation.

Fields

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

Trait Implementations

impl Default for RebuildWorkspacesResult
[src]

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

impl Debug for RebuildWorkspacesResult
[src]

Formats the value using the given formatter.

impl Clone for RebuildWorkspacesResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more