Struct aws_sdk_workspacesweb::model::UserSettingsSummary
source · #[non_exhaustive]pub struct UserSettingsSummary { /* private fields */ }
Expand description
The summary of user settings.
Implementations§
source§impl UserSettingsSummary
impl UserSettingsSummary
sourcepub fn user_settings_arn(&self) -> Option<&str>
pub fn user_settings_arn(&self) -> Option<&str>
The ARN of the user settings.
sourcepub fn copy_allowed(&self) -> Option<&EnabledType>
pub fn copy_allowed(&self) -> Option<&EnabledType>
Specifies whether the user can copy text from the streaming session to the local device.
sourcepub fn paste_allowed(&self) -> Option<&EnabledType>
pub fn paste_allowed(&self) -> Option<&EnabledType>
Specifies whether the user can paste text from the local device to the streaming session.
sourcepub fn download_allowed(&self) -> Option<&EnabledType>
pub fn download_allowed(&self) -> Option<&EnabledType>
Specifies whether the user can download files from the streaming session to the local device.
sourcepub fn upload_allowed(&self) -> Option<&EnabledType>
pub fn upload_allowed(&self) -> Option<&EnabledType>
Specifies whether the user can upload files from the local device to the streaming session.
sourcepub fn print_allowed(&self) -> Option<&EnabledType>
pub fn print_allowed(&self) -> Option<&EnabledType>
Specifies whether the user can print to the local device.
sourcepub fn disconnect_timeout_in_minutes(&self) -> Option<i32>
pub fn disconnect_timeout_in_minutes(&self) -> Option<i32>
The amount of time that a streaming session remains active after users disconnect.
sourcepub fn idle_disconnect_timeout_in_minutes(&self) -> Option<i32>
pub fn idle_disconnect_timeout_in_minutes(&self) -> Option<i32>
The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.
source§impl UserSettingsSummary
impl UserSettingsSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UserSettingsSummary
.
Trait Implementations§
source§impl Clone for UserSettingsSummary
impl Clone for UserSettingsSummary
source§fn clone(&self) -> UserSettingsSummary
fn clone(&self) -> UserSettingsSummary
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for UserSettingsSummary
impl Debug for UserSettingsSummary
source§impl PartialEq<UserSettingsSummary> for UserSettingsSummary
impl PartialEq<UserSettingsSummary> for UserSettingsSummary
source§fn eq(&self, other: &UserSettingsSummary) -> bool
fn eq(&self, other: &UserSettingsSummary) -> bool
self
and other
values to be equal, and is used
by ==
.