class Aws::CognitoIdentityProvider::Types::MFAOptionType

*This data type is no longer supported.* You can use it only for SMS MFA configurations. You can't use it for TOTP software token MFA configurations.

@note When making an API call, you may pass MFAOptionType

data as a hash:

    {
      delivery_medium: "SMS", # accepts SMS, EMAIL
      attribute_name: "AttributeNameType",
    }

@!attribute [rw] delivery_medium

The delivery medium to send the MFA code. You can use this parameter
to set only the `SMS` delivery medium value.
@return [String]

@!attribute [rw] attribute_name

The attribute name of the MFA option type. The only valid value is
`phone_number`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/MFAOptionType AWS API Documentation

Constants

SENSITIVE