pub struct WorkspaceAccessProperties {
pub device_type_android: Option<String>,
pub device_type_chrome_os: Option<String>,
pub device_type_ios: Option<String>,
pub device_type_osx: Option<String>,
pub device_type_web: Option<String>,
pub device_type_windows: Option<String>,
pub device_type_zero_client: Option<String>,
}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§
§device_type_android: Option<String>Indicates whether users can use Android devices to access their WorkSpaces.
device_type_chrome_os: Option<String>Indicates whether users can use Chromebooks to access their WorkSpaces.
device_type_ios: Option<String>Indicates whether users can use iOS devices to access their WorkSpaces.
device_type_osx: Option<String>Indicates whether users can use macOS clients to access their WorkSpaces. To restrict WorkSpaces access to trusted devices (also known as managed devices) with valid certificates, specify a value of TRUST. For more information, see Restrict WorkSpaces Access to Trusted Devices.
device_type_web: Option<String>Indicates whether users can access their WorkSpaces through a web browser.
device_type_windows: Option<String>Indicates whether users can use Windows clients to access their WorkSpaces. To restrict WorkSpaces access to trusted devices (also known as managed devices) with valid certificates, specify a value of TRUST. For more information, see Restrict WorkSpaces Access to Trusted Devices.
device_type_zero_client: Option<String>Indicates whether users can use zero client devices to access their WorkSpaces.
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 more