Struct aws_sdk_memorydb::model::AuthenticationMode
source · #[non_exhaustive]pub struct AuthenticationMode { /* private fields */ }
Expand description
Denotes the user's authentication properties, such as whether it requires a password to authenticate. Used in output responses.
Implementations§
source§impl AuthenticationMode
impl AuthenticationMode
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AuthenticationMode
.
Trait Implementations§
source§impl Clone for AuthenticationMode
impl Clone for AuthenticationMode
source§fn clone(&self) -> AuthenticationMode
fn clone(&self) -> AuthenticationMode
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 more