#[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§
source§impl 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.
source§impl WorkspaceAccessProperties
impl WorkspaceAccessProperties
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture WorkspaceAccessProperties
.
Trait Implementations§
source§impl Clone for WorkspaceAccessProperties
impl Clone for WorkspaceAccessProperties
source§fn clone(&self) -> WorkspaceAccessProperties
fn clone(&self) -> WorkspaceAccessProperties
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for WorkspaceAccessProperties
impl Debug for WorkspaceAccessProperties
source§impl PartialEq<WorkspaceAccessProperties> for WorkspaceAccessProperties
impl PartialEq<WorkspaceAccessProperties> for WorkspaceAccessProperties
source§fn eq(&self, other: &WorkspaceAccessProperties) -> bool
fn eq(&self, other: &WorkspaceAccessProperties) -> bool
self
and other
values to be equal, and is used
by ==
.