# File lib/fog/aws/parsers/auto_scaling/describe_auto_scaling_notification_types.rb, line 13
          def start_element(name, attrs = [])
            super
            case name
            when 'AutoScalingNotificationTypes'
              @in_auto_scaling_notification_types = true
            end
          end