Struct aws_sdk_workspaces::model::ClientProperties
source · [−]#[non_exhaustive]pub struct ClientProperties { /* private fields */ }Expand description
Describes an Amazon WorkSpaces client.
Implementations
sourceimpl 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.
sourceimpl ClientProperties
impl ClientProperties
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ClientProperties.
Trait Implementations
sourceimpl Clone for ClientProperties
impl Clone for ClientProperties
sourcefn clone(&self) -> ClientProperties
fn clone(&self) -> ClientProperties
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ClientProperties
impl Debug for ClientProperties
sourceimpl PartialEq<ClientProperties> for ClientProperties
impl PartialEq<ClientProperties> for ClientProperties
sourcefn eq(&self, other: &ClientProperties) -> bool
fn eq(&self, other: &ClientProperties) -> bool
impl StructuralPartialEq for ClientProperties
Auto Trait Implementations
impl RefUnwindSafe for ClientProperties
impl Send for ClientProperties
impl Sync for ClientProperties
impl Unpin for ClientProperties
impl UnwindSafe for ClientProperties
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more