#[non_exhaustive]pub struct WorkspaceAccessProperties { /* private fields */ }Expand description
The device types and operating systems that can be used to access a WorkSpace. For more information, see Amazon WorkSpaces Client Network Requirements.
Implementations
sourceimpl WorkspaceAccessProperties
impl WorkspaceAccessProperties
sourcepub fn device_type_windows(&self) -> Option<&AccessPropertyValue>
pub fn device_type_windows(&self) -> Option<&AccessPropertyValue>
Indicates whether users can use Windows clients to access their WorkSpaces.
sourcepub fn device_type_osx(&self) -> Option<&AccessPropertyValue>
pub fn device_type_osx(&self) -> Option<&AccessPropertyValue>
Indicates whether users can use macOS clients to access their WorkSpaces.
sourcepub fn device_type_web(&self) -> Option<&AccessPropertyValue>
pub fn device_type_web(&self) -> Option<&AccessPropertyValue>
Indicates whether users can access their WorkSpaces through a web browser.
sourcepub fn device_type_ios(&self) -> Option<&AccessPropertyValue>
pub fn device_type_ios(&self) -> Option<&AccessPropertyValue>
Indicates whether users can use iOS devices to access their WorkSpaces.
sourcepub fn device_type_android(&self) -> Option<&AccessPropertyValue>
pub fn device_type_android(&self) -> Option<&AccessPropertyValue>
Indicates whether users can use Android and Android-compatible Chrome OS devices to access their WorkSpaces.
sourcepub fn device_type_chrome_os(&self) -> Option<&AccessPropertyValue>
pub fn device_type_chrome_os(&self) -> Option<&AccessPropertyValue>
Indicates whether users can use Chromebooks to access their WorkSpaces.
sourcepub fn device_type_zero_client(&self) -> Option<&AccessPropertyValue>
pub fn device_type_zero_client(&self) -> Option<&AccessPropertyValue>
Indicates whether users can use zero client devices to access their WorkSpaces.
sourcepub fn device_type_linux(&self) -> Option<&AccessPropertyValue>
pub fn device_type_linux(&self) -> Option<&AccessPropertyValue>
Indicates whether users can use Linux clients to access their WorkSpaces.
sourceimpl WorkspaceAccessProperties
impl WorkspaceAccessProperties
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture WorkspaceAccessProperties.
Trait Implementations
sourceimpl Clone for WorkspaceAccessProperties
impl Clone for WorkspaceAccessProperties
sourcefn clone(&self) -> WorkspaceAccessProperties
fn clone(&self) -> WorkspaceAccessProperties
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more