Struct rusoto_workspaces::WorkspaceProperties [] [src]

pub struct WorkspaceProperties {
    pub compute_type_name: Option<String>,
    pub root_volume_size_gib: Option<i64>,
    pub running_mode: Option<String>,
    pub running_mode_auto_stop_timeout_in_minutes: Option<i64>,
    pub user_volume_size_gib: Option<i64>,
}

Information about a WorkSpace.

Fields

The compute type. For more information, see Amazon WorkSpaces Bundles.

The size of the root volume.

The running mode. For more information, see Manage the WorkSpace Running Mode.

The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60 minute intervals.

The size of the user storage.

Trait Implementations

impl Default for WorkspaceProperties
[src]

[src]

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

impl Debug for WorkspaceProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for WorkspaceProperties
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations