Struct rusoto_workspaces::WorkspaceProperties [] [src]

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

Describes the properties of a WorkSpace.

Fields

The running mode of the WorkSpace. AlwaysOn WorkSpaces are billed monthly. AutoStop WorkSpaces are billed by the hour and stopped when no longer being used in order to save on costs.

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

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