Struct rusoto_cognito_idp::MFAOptionType [] [src]

pub struct MFAOptionType {
    pub attribute_name: Option<String>,
    pub delivery_medium: Option<String>,
}

Specifies the different settings for multi-factor authentication (MFA).

Fields

The attribute name of the MFA option type.

The delivery medium (email message or SMS message) to send the MFA code.

Trait Implementations

impl Default for MFAOptionType
[src]

[src]

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

impl Debug for MFAOptionType
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for MFAOptionType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for MFAOptionType

impl Sync for MFAOptionType