Struct rusoto_workspaces::CreateWorkspacesRequest [] [src]

pub struct CreateWorkspacesRequest {
    pub workspaces: Vec<WorkspaceRequest>,
}

Contains the inputs for the CreateWorkspaces operation.

Fields

An array of structures that specify the WorkSpaces to create.

Trait Implementations

impl Default for CreateWorkspacesRequest
[src]

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

impl Debug for CreateWorkspacesRequest
[src]

Formats the value using the given formatter.

impl Clone for CreateWorkspacesRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more