Struct rusoto_workspaces::UserStorage [] [src]

pub struct UserStorage {
    pub capacity: Option<String>,
}

Contains information about the user storage for a WorkSpace bundle.

Fields

The amount of user storage for the bundle.

Trait Implementations

impl Default for UserStorage
[src]

[src]

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

impl Debug for UserStorage
[src]

[src]

Formats the value using the given formatter.

impl Clone for UserStorage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more