Struct rusoto_cognito_idp::SMSMfaSettingsType[][src]

pub struct SMSMfaSettingsType {
    pub enabled: Option<bool>,
    pub preferred_mfa: Option<bool>,
}

The SMS multi-factor authentication (MFA) settings type.

Fields

Specifies whether SMS text message MFA is enabled.

The preferred MFA method.

Trait Implementations

impl Default for SMSMfaSettingsType
[src]

Returns the "default value" for a type. Read more

impl Debug for SMSMfaSettingsType
[src]

Formats the value using the given formatter. Read more

impl Clone for SMSMfaSettingsType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SMSMfaSettingsType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations