Struct aws_sdk_workspaces::model::WorkspaceProperties
source · #[non_exhaustive]pub struct WorkspaceProperties { /* private fields */ }
Expand description
Describes a WorkSpace.
Implementations§
source§impl WorkspaceProperties
impl WorkspaceProperties
sourcepub fn running_mode(&self) -> Option<&RunningMode>
pub fn running_mode(&self) -> Option<&RunningMode>
The running mode. For more information, see Manage the WorkSpace Running Mode.
The MANUAL
value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core.
sourcepub fn running_mode_auto_stop_timeout_in_minutes(&self) -> Option<i32>
pub fn running_mode_auto_stop_timeout_in_minutes(&self) -> Option<i32>
The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60-minute intervals.
sourcepub fn root_volume_size_gib(&self) -> Option<i32>
pub fn root_volume_size_gib(&self) -> Option<i32>
The size of the root volume. For important information about how to modify the size of the root and user volumes, see Modify a WorkSpace.
sourcepub fn user_volume_size_gib(&self) -> Option<i32>
pub fn user_volume_size_gib(&self) -> Option<i32>
The size of the user storage. For important information about how to modify the size of the root and user volumes, see Modify a WorkSpace.
sourcepub fn compute_type_name(&self) -> Option<&Compute>
pub fn compute_type_name(&self) -> Option<&Compute>
The compute type. For more information, see Amazon WorkSpaces Bundles.
sourcepub fn protocols(&self) -> Option<&[Protocol]>
pub fn protocols(&self) -> Option<&[Protocol]>
The protocol. For more information, see Protocols for Amazon WorkSpaces.
-
Only available for WorkSpaces created with PCoIP bundles.
-
The
Protocols
property is case sensitive. Ensure you usePCOIP
orWSP
. -
Unavailable for Windows 7 WorkSpaces and WorkSpaces using GPU-based bundles (Graphics, GraphicsPro, Graphics.g4dn, and GraphicsPro.g4dn).
source§impl WorkspaceProperties
impl WorkspaceProperties
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture WorkspaceProperties
.
Trait Implementations§
source§impl Clone for WorkspaceProperties
impl Clone for WorkspaceProperties
source§fn clone(&self) -> WorkspaceProperties
fn clone(&self) -> WorkspaceProperties
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for WorkspaceProperties
impl Debug for WorkspaceProperties
source§impl PartialEq<WorkspaceProperties> for WorkspaceProperties
impl PartialEq<WorkspaceProperties> for WorkspaceProperties
source§fn eq(&self, other: &WorkspaceProperties) -> bool
fn eq(&self, other: &WorkspaceProperties) -> bool
self
and other
values to be equal, and is used
by ==
.