class Aws::CognitoIdentityProvider::Types::AccountRecoverySettingType

The data type for `AccountRecoverySetting`.

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

data as a hash:

    {
      recovery_mechanisms: [
        {
          priority: 1, # required
          name: "verified_email", # required, accepts verified_email, verified_phone_number, admin_only
        },
      ],
    }

@!attribute [rw] recovery_mechanisms

The list of `RecoveryOptionTypes`.
@return [Array<Types::RecoveryOptionType>]

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

Constants

SENSITIVE