Struct aws_sdk_workspaces::model::ClientProperties
source · #[non_exhaustive]pub struct ClientProperties { /* private fields */ }
Expand description
Describes an Amazon WorkSpaces client.
Implementations§
source§impl ClientProperties
impl ClientProperties
sourcepub fn reconnect_enabled(&self) -> Option<&ReconnectEnum>
pub fn reconnect_enabled(&self) -> Option<&ReconnectEnum>
Specifies whether users can cache their credentials on the Amazon WorkSpaces client. When enabled, users can choose to reconnect to their WorkSpaces without re-entering their credentials.
sourcepub fn log_upload_enabled(&self) -> Option<&LogUploadEnum>
pub fn log_upload_enabled(&self) -> Option<&LogUploadEnum>
Specifies whether users can upload diagnostic log files of Amazon WorkSpaces client directly to WorkSpaces to troubleshoot issues when using the WorkSpaces client. When enabled, the log files will be sent to WorkSpaces automatically and will be applied to all users in the specified directory.
source§impl ClientProperties
impl ClientProperties
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ClientProperties
.
Trait Implementations§
source§impl Clone for ClientProperties
impl Clone for ClientProperties
source§fn clone(&self) -> ClientProperties
fn clone(&self) -> ClientProperties
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ClientProperties
impl Debug for ClientProperties
source§impl PartialEq<ClientProperties> for ClientProperties
impl PartialEq<ClientProperties> for ClientProperties
source§fn eq(&self, other: &ClientProperties) -> bool
fn eq(&self, other: &ClientProperties) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.