Struct rusoto_workspaces::DescribeWorkspacesResult [] [src]

pub struct DescribeWorkspacesResult {
    pub next_token: Option<PaginationToken>,
    pub workspaces: Option<WorkspaceList>,
}

Contains the results for the DescribeWorkspaces operation.

Fields

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to this operation to retrieve the next set of items. This token is valid for one day and must be used within that time frame.

An array of structures that contain the information about the WorkSpaces.

Because the CreateWorkspaces operation is asynchronous, some of this information may be incomplete for a newly-created WorkSpace.

Trait Implementations

impl Default for DescribeWorkspacesResult
[src]

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

impl Debug for DescribeWorkspacesResult
[src]

Formats the value using the given formatter.

impl Clone for DescribeWorkspacesResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more