Struct rusoto_workspaces::CreateWorkspacesResult [] [src]

pub struct CreateWorkspacesResult {
    pub failed_requests: Option<Vec<FailedCreateWorkspaceRequest>>,
    pub pending_requests: Option<Vec<Workspace>>,
}

Contains the result of the CreateWorkspaces operation.

Fields

An array of structures that represent the WorkSpaces that could not be created.

An array of structures that represent the WorkSpaces that were created.

Because this operation is asynchronous, the identifier in WorkspaceId is not immediately available. If you immediately call DescribeWorkspaces with this identifier, no information will be returned.

Trait Implementations

impl Default for CreateWorkspacesResult
[src]

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

impl Debug for CreateWorkspacesResult
[src]

Formats the value using the given formatter.

impl Clone for CreateWorkspacesResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more