Struct aws_sdk_workspaces::model::WorkspaceAccessProperties [−][src]
#[non_exhaustive]pub struct WorkspaceAccessProperties {
pub device_type_windows: Option<AccessPropertyValue>,
pub device_type_osx: Option<AccessPropertyValue>,
pub device_type_web: Option<AccessPropertyValue>,
pub device_type_ios: Option<AccessPropertyValue>,
pub device_type_android: Option<AccessPropertyValue>,
pub device_type_chrome_os: Option<AccessPropertyValue>,
pub device_type_zero_client: Option<AccessPropertyValue>,
pub device_type_linux: Option<AccessPropertyValue>,
}
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.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.device_type_windows: Option<AccessPropertyValue>
Indicates whether users can use Windows clients to access their WorkSpaces.
device_type_osx: Option<AccessPropertyValue>
Indicates whether users can use macOS clients to access their WorkSpaces.
device_type_web: Option<AccessPropertyValue>
Indicates whether users can access their WorkSpaces through a web browser.
device_type_ios: Option<AccessPropertyValue>
Indicates whether users can use iOS devices to access their WorkSpaces.
device_type_android: Option<AccessPropertyValue>
Indicates whether users can use Android and Android-compatible Chrome OS devices to access their WorkSpaces.
device_type_chrome_os: Option<AccessPropertyValue>
Indicates whether users can use Chromebooks to access their WorkSpaces.
device_type_zero_client: Option<AccessPropertyValue>
Indicates whether users can use zero client devices to access their WorkSpaces.
device_type_linux: Option<AccessPropertyValue>
Indicates whether users can use Linux clients to access their WorkSpaces.
Implementations
Indicates whether users can use Windows clients to access their WorkSpaces.
Indicates whether users can use macOS clients to access their WorkSpaces.
Indicates whether users can access their WorkSpaces through a web browser.
Indicates whether users can use iOS devices to access their WorkSpaces.
Indicates whether users can use Android and Android-compatible Chrome OS devices to access their WorkSpaces.
Indicates whether users can use Chromebooks to access their WorkSpaces.
Indicates whether users can use zero client devices to access their WorkSpaces.
Indicates whether users can use Linux clients to access their WorkSpaces.
Creates a new builder-style object to manufacture WorkspaceAccessProperties
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for WorkspaceAccessProperties
impl Send for WorkspaceAccessProperties
impl Sync for WorkspaceAccessProperties
impl Unpin for WorkspaceAccessProperties
impl UnwindSafe for WorkspaceAccessProperties
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more