# File lib/fog/aws/parsers/compute/describe_dhcp_options.rb, line 8
          def reset
            @dhcp_options = { 'dhcpConfigurationSet' => {}, 'tagSet' => {} }
            @response = { 'dhcpOptionsSet' => [] }
            @tag = {}
            @value_set = []
            @dhcp_configuration = {}
          end