Struct rusoto_workspaces::DescribeWorkspaceBundlesResult [] [src]

pub struct DescribeWorkspaceBundlesResult {
    pub bundles: Option<Vec<WorkspaceBundle>>,
    pub next_token: Option<String>,
}

Contains the results of the DescribeWorkspaceBundles operation.

Fields

An array of structures that contain information about the bundles.

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.

Trait Implementations

impl Default for DescribeWorkspaceBundlesResult
[src]

[src]

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

impl Debug for DescribeWorkspaceBundlesResult
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeWorkspaceBundlesResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations