#[non_exhaustive]pub struct UpdateBackendAuthMfaConfig { /* private fields */ }
Expand description
Updates the multi-factor authentication (MFA) configuration for the backend of your Amplify project.
Implementations§
source§impl UpdateBackendAuthMfaConfig
impl UpdateBackendAuthMfaConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateBackendAuthMfaConfig
.
Trait Implementations§
source§impl Clone for UpdateBackendAuthMfaConfig
impl Clone for UpdateBackendAuthMfaConfig
source§fn clone(&self) -> UpdateBackendAuthMfaConfig
fn clone(&self) -> UpdateBackendAuthMfaConfig
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 UpdateBackendAuthMfaConfig
impl Debug for UpdateBackendAuthMfaConfig
source§impl PartialEq<UpdateBackendAuthMfaConfig> for UpdateBackendAuthMfaConfig
impl PartialEq<UpdateBackendAuthMfaConfig> for UpdateBackendAuthMfaConfig
source§fn eq(&self, other: &UpdateBackendAuthMfaConfig) -> bool
fn eq(&self, other: &UpdateBackendAuthMfaConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.