# File lib/fog/aws/parsers/kms/describe_key.rb, line 10 def start_element(name, attrs = []) super case name when 'KeyMetadata' @key = {} end end