Struct aws_sdk_amplifybackend::model::Settings
source · [−]#[non_exhaustive]pub struct Settings { /* private fields */ }
Expand description
The settings of your MFA configuration for the backend of your Amplify project.
Implementations
sourceimpl Settings
impl Settings
sourcepub fn mfa_types(&self) -> Option<&[MfaTypesElement]>
pub fn mfa_types(&self) -> Option<&[MfaTypesElement]>
The supported MFA types.
sourcepub fn sms_message(&self) -> Option<&str>
pub fn sms_message(&self) -> Option<&str>
The body of the SMS message.
Trait Implementations
impl StructuralPartialEq for Settings
Auto Trait Implementations
impl RefUnwindSafe for Settings
impl Send for Settings
impl Sync for Settings
impl Unpin for Settings
impl UnwindSafe for Settings
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