Struct rusoto_cognito_idp::SoftwareTokenMfaSettingsType[][src]

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

The type used for enabling software token MFA at the user level.

Fields

Specifies whether software token MFA is enabled.

The preferred MFA method.

Trait Implementations

impl Default for SoftwareTokenMfaSettingsType
[src]

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

impl Debug for SoftwareTokenMfaSettingsType
[src]

Formats the value using the given formatter. Read more

impl Clone for SoftwareTokenMfaSettingsType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SoftwareTokenMfaSettingsType
[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