Struct rusoto_workspaces::TerminateWorkspacesResult [] [src]

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

Contains the results of the TerminateWorkspaces operation.

Fields

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

Trait Implementations

impl Default for TerminateWorkspacesResult
[src]

[src]

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

impl Debug for TerminateWorkspacesResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for TerminateWorkspacesResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more