Struct rusoto_cognito_idp::SetUserPoolMfaConfigResponse[][src]

pub struct SetUserPoolMfaConfigResponse {
    pub mfa_configuration: Option<String>,
    pub sms_mfa_configuration: Option<SmsMfaConfigType>,
    pub software_token_mfa_configuration: Option<SoftwareTokenMfaConfigType>,
}

Fields

The MFA configuration.

The SMS text message MFA configuration.

The software token MFA configuration.

Trait Implementations

impl Default for SetUserPoolMfaConfigResponse
[src]

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

impl Debug for SetUserPoolMfaConfigResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for SetUserPoolMfaConfigResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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