if you want to have the variable of an Instance than just type:
bunny.type
If you want to store it in a Dictionary and get it out later, you need to create a key at first:
Dictionary: Add key "thetypeofbunny" with value bunny.type (no quotes)
If you want to call it you make:
Dictionary.Get("thetypeofbunny")