Struct rusoto_cognito_idp::SmsMfaConfigType[][src]

pub struct SmsMfaConfigType {
    pub sms_authentication_message: Option<String>,
    pub sms_configuration: Option<SmsConfigurationType>,
}

The SMS text message multi-factor authentication (MFA) configuration type.

Fields

The SMS authentication message.

The SMS configuration.

Trait Implementations

impl Default for SmsMfaConfigType
[src]

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

impl Debug for SmsMfaConfigType
[src]

Formats the value using the given formatter. Read more

impl Clone for SmsMfaConfigType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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